Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectAttributesResponse
-
Packages that use GetObjectAttributesResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetObjectAttributesResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetObjectAttributesResponse Modifier and Type Method Description GetObjectAttributesResponseDelegatingS3Client. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.default GetObjectAttributesResponseS3Client. getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.default GetObjectAttributesResponseS3Client. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetObjectAttributesResponse Modifier and Type Method Description CompletableFuture<GetObjectAttributesResponse>DelegatingS3AsyncClient. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.default CompletableFuture<GetObjectAttributesResponse>S3AsyncClient. getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.default CompletableFuture<GetObjectAttributesResponse>S3AsyncClient. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.
-