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