Uses of Class
software.amazon.awssdk.services.s3.model.PutObjectLockConfigurationResponse
-
Packages that use PutObjectLockConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutObjectLockConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutObjectLockConfigurationResponse Modifier and Type Method Description PutObjectLockConfigurationResponseDelegatingS3Client. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)default PutObjectLockConfigurationResponseS3Client. putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest)default PutObjectLockConfigurationResponseS3Client. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutObjectLockConfigurationResponse Modifier and Type Method Description CompletableFuture<PutObjectLockConfigurationResponse>DelegatingS3AsyncClient. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)default CompletableFuture<PutObjectLockConfigurationResponse>S3AsyncClient. putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest)default CompletableFuture<PutObjectLockConfigurationResponse>S3AsyncClient. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
-