| 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 whether the principal belongs to the same organization in Organizations as the Amazon Web Services
account that owns the resource share.
|
Principal |
Principal.withId(String id)
The ID of the principal.
|
Principal |
Principal.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the association was last updated.
|
Principal |
Principal.withResourceShareArn(String resourceShareArn)
The Amazon Resoure 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 © 2022. All rights reserved.