Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectAttributesRequest
-
Packages that use GetObjectAttributesRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of GetObjectAttributesRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type GetObjectAttributesRequest Modifier and Type Method Description CompletableFuture<GetObjectAttributesResponse>DelegatingS3AsyncClient. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself.GetObjectAttributesResponseDelegatingS3Client. getObjectAttributes(GetObjectAttributesRequest 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.default GetObjectAttributesResponseS3Client. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves all of the metadata from an object without returning the object itself. -
Uses of GetObjectAttributesRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type GetObjectAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetObjectAttributesRequestMarshaller. marshall(GetObjectAttributesRequest getObjectAttributesRequest)
-