| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantEntry |
ListAccessGrantEntry.clone() |
ListAccessGrantEntry |
ListAccessGrantEntry.withAccessGrantArn(String accessGrantArn)
The Amazon Resource Name (ARN) of the access grant.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withAccessGrantId(String accessGrantId)
The ID of the access grant.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withAccessGrantsLocationConfiguration(AccessGrantsLocationConfiguration accessGrantsLocationConfiguration)
The configuration options of the grant location.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location to which you are granting access.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your
Identity Center instance.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withGrantScope(String grantScope)
The S3 path of the data to which you are granting access.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withPermission(Permission permission)
The type of access granted to your S3 data, which can be set to one of the following values:
|
ListAccessGrantEntry |
ListAccessGrantEntry.withPermission(String permission)
The type of access granted to your S3 data, which can be set to one of the following values:
|
| Modifier and Type | Method and Description |
|---|---|
List<ListAccessGrantEntry> |
ListAccessGrantsResult.getAccessGrantsList()
A container for a list of grants in an S3 Access Grants instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsResult |
ListAccessGrantsResult.withAccessGrantsList(ListAccessGrantEntry... accessGrantsList)
A container for a list of grants in an S3 Access Grants instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessGrantsResult.setAccessGrantsList(Collection<ListAccessGrantEntry> accessGrantsList)
A container for a list of grants in an S3 Access Grants instance.
|
ListAccessGrantsResult |
ListAccessGrantsResult.withAccessGrantsList(Collection<ListAccessGrantEntry> accessGrantsList)
A container for a list of grants in an S3 Access Grants instance.
|
Copyright © 2023. All rights reserved.