Uses of Interface
software.amazon.awssdk.services.s3control.model.Scope.Builder
-
Packages that use Scope.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Scope.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Scope.Builder Modifier and Type Method Description static Scope.BuilderScope. builder()Scope.BuilderScope.Builder. permissions(Collection<ScopePermission> permissions)You can include one or more API operations as permissions.Scope.BuilderScope.Builder. permissions(ScopePermission... permissions)You can include one or more API operations as permissions.Scope.BuilderScope.Builder. permissionsWithStrings(String... permissions)You can include one or more API operations as permissions.Scope.BuilderScope.Builder. permissionsWithStrings(Collection<String> permissions)You can include one or more API operations as permissions.Scope.BuilderScope.Builder. prefixes(String... prefixes)You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.Scope.BuilderScope.Builder. prefixes(Collection<String> prefixes)You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.Scope.BuilderScope. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Scope.Builder Modifier and Type Method Description static Class<? extends Scope.Builder>Scope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type Scope.Builder Modifier and Type Method Description default CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. scope(Consumer<Scope.Builder> scope)For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.default GetAccessPointScopeResponse.BuilderGetAccessPointScopeResponse.Builder. scope(Consumer<Scope.Builder> scope)The contents of the access point scope.default PutAccessPointScopeRequest.BuilderPutAccessPointScopeRequest.Builder. scope(Consumer<Scope.Builder> scope)Object prefixes, API operations, or a combination of both.
-