Uses of Interface
software.amazon.awssdk.services.s3control.model.GetAccessPointScopeRequest.Builder
-
Packages that use GetAccessPointScopeRequest.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 GetAccessPointScopeRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type GetAccessPointScopeRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAccessPointScopeResponse>S3ControlAsyncClient. getAccessPointScope(Consumer<GetAccessPointScopeRequest.Builder> getAccessPointScopeRequest)Returns the access point scope for a directory bucket.default GetAccessPointScopeResponseS3ControlClient. getAccessPointScope(Consumer<GetAccessPointScopeRequest.Builder> getAccessPointScopeRequest)Returns the access point scope for a directory bucket. -
Uses of GetAccessPointScopeRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetAccessPointScopeRequest.Builder Modifier and Type Method Description GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest.Builder. accountId(String accountId)The Amazon Web Services account ID that owns the access point with the scope that you want to retrieve.static GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest. builder()GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest.Builder. name(String name)The name of the access point with the scope you want to retrieve.GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccessPointScopeRequest.BuilderGetAccessPointScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetAccessPointScopeRequest.Builder Modifier and Type Method Description static Class<? extends GetAccessPointScopeRequest.Builder>GetAccessPointScopeRequest. serializableBuilderClass()
-