Uses of Class
software.amazon.awssdk.services.s3control.model.Scope
-
Packages that use Scope Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Scope in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Scope Modifier and Type Method Description ScopeCreateAccessPointRequest. scope()For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.ScopeGetAccessPointScopeResponse. scope()The contents of the access point scope.ScopePutAccessPointScopeRequest. scope()Object prefixes, API operations, or a combination of both.Methods in software.amazon.awssdk.services.s3control.model with parameters of type Scope Modifier and Type Method Description CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. scope(Scope scope)For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.GetAccessPointScopeResponse.BuilderGetAccessPointScopeResponse.Builder. scope(Scope scope)The contents of the access point scope.PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. scope(Scope scope)Object prefixes, API operations, or a combination of both.
-