| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withCreationTime(Date creationTime)
The date and time when the principal was associated with the resource share.
|
Principal |
Principal.withExternal(Boolean external)
Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that
owns the resource share:
|
Principal |
Principal.withId(String id)
The ID of the principal that can be associated with a resource share.
|
Principal |
Principal.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the association between the resource share and the principal was last updated.
|
Principal |
Principal.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name
(ARN) of a resource share the principal is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
ListPrincipalsResult.getPrincipals()
An array of objects that contain the details about the principals.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Principal... principals)
An array of objects that contain the details about the principals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalsResult.setPrincipals(Collection<Principal> principals)
An array of objects that contain the details about the principals.
|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Collection<Principal> principals)
An array of objects that contain the details about the principals.
|
Copyright © 2023. All rights reserved.