Uses of Class
software.amazon.awssdk.services.s3control.model.PutAccessPointScopeRequest
-
Packages that use PutAccessPointScopeRequest 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.transform -
-
Uses of PutAccessPointScopeRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type PutAccessPointScopeRequest Modifier and Type Method Description default CompletableFuture<PutAccessPointScopeResponse>S3ControlAsyncClient. putAccessPointScope(PutAccessPointScopeRequest 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. -
Uses of PutAccessPointScopeRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type PutAccessPointScopeRequest Modifier and Type Method Description SdkHttpFullRequestPutAccessPointScopeRequestMarshaller. marshall(PutAccessPointScopeRequest putAccessPointScopeRequest)
-