| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.fromValue(String value)
Use this in place of valueOf.
|
static Permission |
Permission.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsRequest |
ListAccessGrantsRequest.withPermission(Permission permission)
The type of permission granted to your S3 data, which can be set to one of the following values:
|
GetDataAccessRequest |
GetDataAccessRequest.withPermission(Permission permission)
The type of permission granted to your S3 data, which can be set to one of the following values:
|
GetAccessGrantResult |
GetAccessGrantResult.withPermission(Permission permission)
The type of permission that was granted in the access grant.
|
CreateAccessGrantResult |
CreateAccessGrantResult.withPermission(Permission permission)
The type of access that you are granting to your S3 data, which can be set to one of the following values:
|
CreateAccessGrantRequest |
CreateAccessGrantRequest.withPermission(Permission permission)
The type of access that you are granting to your S3 data, which can be set to one of the following values:
|
ListAccessGrantEntry |
ListAccessGrantEntry.withPermission(Permission permission)
The type of access granted to your S3 data, which can be set to one of the following values:
|
Copyright © 2024. All rights reserved.