Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectLockConfigurationResponse
-
Packages that use GetObjectLockConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetObjectLockConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetObjectLockConfigurationResponse Modifier and Type Method Description GetObjectLockConfigurationResponseDelegatingS3Client. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.default GetObjectLockConfigurationResponseS3Client. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.default GetObjectLockConfigurationResponseS3Client. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetObjectLockConfigurationResponse Modifier and Type Method Description CompletableFuture<GetObjectLockConfigurationResponse>DelegatingS3AsyncClient. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.default CompletableFuture<GetObjectLockConfigurationResponse>S3AsyncClient. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.default CompletableFuture<GetObjectLockConfigurationResponse>S3AsyncClient. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)Gets the Object Lock configuration for a bucket.
-