Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointScopeResponse
-
Packages that use GetAccessPointScopeResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointScopeResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointScopeResponse Modifier and Type Method Description default GetAccessPointScopeResponseS3ControlClient. getAccessPointScope(Consumer<GetAccessPointScopeRequest.Builder> getAccessPointScopeRequest)Returns the access point scope for a directory bucket.default GetAccessPointScopeResponseS3ControlClient. getAccessPointScope(GetAccessPointScopeRequest getAccessPointScopeRequest)Returns the access point scope for a directory bucket.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointScopeResponse Modifier and Type Method Description default CompletableFuture<GetAccessPointScopeResponse>S3ControlAsyncClient. getAccessPointScope(Consumer<GetAccessPointScopeRequest.Builder> getAccessPointScopeRequest)Returns the access point scope for a directory bucket.default CompletableFuture<GetAccessPointScopeResponse>S3ControlAsyncClient. getAccessPointScope(GetAccessPointScopeRequest getAccessPointScopeRequest)Returns the access point scope for a directory bucket.
-