Uses of Class
software.amazon.awssdk.services.s3control.model.ScopePermission
-
Packages that use ScopePermission Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ScopePermission in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ScopePermission Modifier and Type Method Description static ScopePermissionScopePermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ScopePermissionScopePermission. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopePermission[]ScopePermission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ScopePermission Modifier and Type Method Description static Set<ScopePermission>ScopePermission. knownValues()List<ScopePermission>Scope. permissions()You can include one or more API operations as permissions.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ScopePermission Modifier and Type Method Description Scope.BuilderScope.Builder. permissions(ScopePermission... permissions)You can include one or more API operations as permissions.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ScopePermission Modifier and Type Method Description Scope.BuilderScope.Builder. permissions(Collection<ScopePermission> permissions)You can include one or more API operations as permissions.
-