Uses of Class
software.amazon.awssdk.services.s3control.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Permission in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Permission Modifier and Type Method Description static PermissionPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionCreateAccessGrantRequest. permission()The type of access that you are granting to your S3 data, which can be set to one of the following values:PermissionCreateAccessGrantResponse. permission()The type of access that you are granting to your S3 data, which can be set to one of the following values:PermissionGetAccessGrantResponse. permission()The type of permission that was granted in the access grant.PermissionGetDataAccessRequest. permission()The type of permission granted to your S3 data, which can be set to one of the following values:PermissionListAccessGrantEntry. permission()The type of access granted to your S3 data, which can be set to one of the following values:PermissionListAccessGrantsRequest. permission()The type of permission granted to your S3 data, which can be set to one of the following values:static PermissionPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static Permission[]Permission. 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 Permission Modifier and Type Method Description static Set<Permission>Permission. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type Permission Modifier and Type Method Description CreateAccessGrantRequest.BuilderCreateAccessGrantRequest.Builder. permission(Permission permission)The type of access that you are granting to your S3 data, which can be set to one of the following values:CreateAccessGrantResponse.BuilderCreateAccessGrantResponse.Builder. permission(Permission permission)The type of access that you are granting to your S3 data, which can be set to one of the following values:GetAccessGrantResponse.BuilderGetAccessGrantResponse.Builder. permission(Permission permission)The type of permission that was granted in the access grant.GetDataAccessRequest.BuilderGetDataAccessRequest.Builder. permission(Permission permission)The type of permission granted to your S3 data, which can be set to one of the following values:ListAccessGrantEntry.BuilderListAccessGrantEntry.Builder. permission(Permission permission)The type of access granted to your S3 data, which can be set to one of the following values:ListAccessGrantsRequest.BuilderListAccessGrantsRequest.Builder. permission(Permission permission)The type of permission granted to your S3 data, which can be set to one of the following values:
-