Uses of Class
software.amazon.awssdk.services.s3.model.PutObjectLockConfigurationRequest
-
Packages that use PutObjectLockConfigurationRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of PutObjectLockConfigurationRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type PutObjectLockConfigurationRequest Modifier and Type Method Description CompletableFuture<PutObjectLockConfigurationResponse>DelegatingS3AsyncClient. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)Places an Object Lock configuration on the specified bucket.PutObjectLockConfigurationResponseDelegatingS3Client. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)Places an Object Lock configuration on the specified bucket.default CompletableFuture<PutObjectLockConfigurationResponse>S3AsyncClient. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)Places an Object Lock configuration on the specified bucket.default PutObjectLockConfigurationResponseS3Client. putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)Places an Object Lock configuration on the specified bucket. -
Uses of PutObjectLockConfigurationRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type PutObjectLockConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestPutObjectLockConfigurationRequestMarshaller. marshall(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
-