Uses of Class
software.amazon.awssdk.services.s3control.model.PutAccessPointScopeResponse
-
Packages that use PutAccessPointScopeResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of PutAccessPointScopeResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return PutAccessPointScopeResponse Modifier and Type Method Description default PutAccessPointScopeResponseS3ControlClient. putAccessPointScope(Consumer<PutAccessPointScopeRequest.Builder> putAccessPointScopeRequest)Creates or replaces the access point scope for a directory bucket.default PutAccessPointScopeResponseS3ControlClient. putAccessPointScope(PutAccessPointScopeRequest putAccessPointScopeRequest)Creates or replaces the access point scope for a directory bucket.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type PutAccessPointScopeResponse 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 CompletableFuture<PutAccessPointScopeResponse>S3ControlAsyncClient. putAccessPointScope(PutAccessPointScopeRequest putAccessPointScopeRequest)Creates or replaces the access point scope for a directory bucket.
-