Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectRetentionRequest
-
Packages that use GetObjectRetentionRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of GetObjectRetentionRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type GetObjectRetentionRequest Modifier and Type Method Description CompletableFuture<GetObjectRetentionResponse>DelegatingS3AsyncClient. getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest)GetObjectRetentionResponseDelegatingS3Client. getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest)default CompletableFuture<GetObjectRetentionResponse>S3AsyncClient. getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest)default GetObjectRetentionResponseS3Client. getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest) -
Uses of GetObjectRetentionRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type GetObjectRetentionRequest Modifier and Type Method Description SdkHttpFullRequestGetObjectRetentionRequestMarshaller. marshall(GetObjectRetentionRequest getObjectRetentionRequest)
-