| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.clone() |
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.withAccessGrantsLocationArn(String accessGrantsLocationArn)
The Amazon Resource Name (ARN) of the registered location.
|
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location to which you are granting access.
|
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.withCreatedAt(Date createdAt)
The date and time when you registered the location.
|
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.withIAMRoleArn(String iAMRoleArn)
The Amazon Resource Name (ARN) of the IAM role for the registered location.
|
ListAccessGrantsLocationsEntry |
ListAccessGrantsLocationsEntry.withLocationScope(String locationScope)
The S3 path to the location that you are registering.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListAccessGrantsLocationsEntry> |
ListAccessGrantsLocationsResult.getAccessGrantsLocationsList()
A container for a list of registered locations in an S3 Access Grants instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessGrantsLocationsResult |
ListAccessGrantsLocationsResult.withAccessGrantsLocationsList(ListAccessGrantsLocationsEntry... accessGrantsLocationsList)
A container for a list of registered locations in an S3 Access Grants instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessGrantsLocationsResult.setAccessGrantsLocationsList(Collection<ListAccessGrantsLocationsEntry> accessGrantsLocationsList)
A container for a list of registered locations in an S3 Access Grants instance.
|
ListAccessGrantsLocationsResult |
ListAccessGrantsLocationsResult.withAccessGrantsLocationsList(Collection<ListAccessGrantsLocationsEntry> accessGrantsLocationsList)
A container for a list of registered locations in an S3 Access Grants instance.
|
Copyright © 2024. All rights reserved.