Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectLockConfigurationRequest.Builder
-
Packages that use GetObjectLockConfigurationRequest.Builder Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.model -
-
Uses of GetObjectLockConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetObjectLockConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetObjectLockConfigurationResponse>S3AsyncClient. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)default GetObjectLockConfigurationResponseS3Client. getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest) -
Uses of GetObjectLockConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectLockConfigurationRequest.Builder Modifier and Type Method Description GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest.Builder. bucket(String bucket)The bucket whose Object Lock configuration you want to retrieve.static GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest. builder()GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest.Builder. expectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetObjectLockConfigurationRequest.BuilderGetObjectLockConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectLockConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetObjectLockConfigurationRequest.Builder>GetObjectLockConfigurationRequest. serializableBuilderClass()
-