| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withCreationTime(Date creationTime)
The time when the principal was associated with the resource share.
|
Principal |
Principal.withExternal(Boolean external)
Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource
share.
|
Principal |
Principal.withId(String id)
The ID of the principal.
|
Principal |
Principal.withLastUpdatedTime(Date lastUpdatedTime)
The time when the association was last updated.
|
Principal |
Principal.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
ListPrincipalsResult.getPrincipals()
The principals.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Principal... principals)
The principals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalsResult.setPrincipals(Collection<Principal> principals)
The principals.
|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Collection<Principal> principals)
The principals.
|
Copyright © 2021. All rights reserved.