| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShare |
ResourceShare.clone() |
ResourceShare |
UpdateResourceShareResult.getResourceShare()
Information about the resource share.
|
ResourceShare |
CreateResourceShareResult.getResourceShare()
Information about the resource share.
|
ResourceShare |
ResourceShare.withAllowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your AWS organization can be associated with a resource share.
|
ResourceShare |
ResourceShare.withCreationTime(Date creationTime)
The time when the resource share was created.
|
ResourceShare |
ResourceShare.withLastUpdatedTime(Date lastUpdatedTime)
The time when the resource share was last updated.
|
ResourceShare |
ResourceShare.withName(String name)
The name of the resource share.
|
ResourceShare |
ResourceShare.withOwningAccountId(String owningAccountId)
The ID of the AWS account that owns the resource share.
|
ResourceShare |
ResourceShare.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
ResourceShare |
ResourceShare.withStatus(ResourceShareStatus status)
The status of the resource share.
|
ResourceShare |
ResourceShare.withStatus(String status)
The status of the resource share.
|
ResourceShare |
ResourceShare.withStatusMessage(String statusMessage)
A message about the status of the resource share.
|
ResourceShare |
ResourceShare.withTags(Collection<Tag> tags)
The tags for the resource share.
|
ResourceShare |
ResourceShare.withTags(Tag... tags)
The tags for the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceShare> |
GetResourceSharesResult.getResourceShares()
Information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourceShareResult.setResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
void |
CreateResourceShareResult.setResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
UpdateResourceShareResult |
UpdateResourceShareResult.withResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
CreateResourceShareResult |
CreateResourceShareResult.withResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
GetResourceSharesResult |
GetResourceSharesResult.withResourceShares(ResourceShare... resourceShares)
Information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSharesResult.setResourceShares(Collection<ResourceShare> resourceShares)
Information about the resource shares.
|
GetResourceSharesResult |
GetResourceSharesResult.withResourceShares(Collection<ResourceShare> resourceShares)
Information about the resource shares.
|
Copyright © 2019. All rights reserved.