| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetObjectAttributesResponse |
S3Client.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves all the metadata from an object without returning the object itself.
|
default GetObjectAttributesResponse |
S3Client.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves all the metadata from an object without returning the object itself.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetObjectAttributesResponse> |
S3AsyncClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves all the metadata from an object without returning the object itself.
|
default CompletableFuture<GetObjectAttributesResponse> |
S3AsyncClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves all the metadata from an object without returning the object itself.
|
Copyright © 2022. All rights reserved.