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)default GetObjectLockConfigurationResponseS3Client. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)default GetObjectLockConfigurationResponseS3Client. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)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)default CompletableFuture<GetObjectLockConfigurationResponse>S3AsyncClient. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)default CompletableFuture<GetObjectLockConfigurationResponse>S3AsyncClient. getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)
-