Uses of Interface
software.amazon.awssdk.services.s3control.model.PutAccessPointScopeRequest.Builder
-
Packages that use PutAccessPointScopeRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of PutAccessPointScopeRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type PutAccessPointScopeRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccessPointScopeResponse>S3ControlAsyncClient. putAccessPointScope(Consumer<PutAccessPointScopeRequest.Builder> putAccessPointScopeRequest)Creates or replaces the access point scope for a directory bucket.default PutAccessPointScopeResponseS3ControlClient. putAccessPointScope(Consumer<PutAccessPointScopeRequest.Builder> putAccessPointScopeRequest)Creates or replaces the access point scope for a directory bucket. -
Uses of PutAccessPointScopeRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PutAccessPointScopeRequest.Builder Modifier and Type Method Description PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. accountId(String accountId)The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.static PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest. builder()PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. name(String name)The name of the access point with the scope that you want to create or replace.PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. scope(Consumer<Scope.Builder> scope)Object prefixes, API operations, or a combination of both.PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. scope(Scope scope)Object prefixes, API operations, or a combination of both.PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type PutAccessPointScopeRequest.Builder Modifier and Type Method Description static Class<? extends PutAccessPointScopeRequest.Builder>PutAccessPointScopeRequest. serializableBuilderClass()
-