| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShare |
ResourceShare.clone() |
ResourceShare |
CreateResourceShareResult.getResourceShare()
An object with information about the new resource share.
|
ResourceShare |
UpdateResourceShareResult.getResourceShare()
Information about the resource share.
|
ResourceShare |
ResourceShare.withAllowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your organization in Organizations can be associated with a resource share.
|
ResourceShare |
ResourceShare.withCreationTime(Date creationTime)
The date and time when the resource share was created.
|
ResourceShare |
ResourceShare.withFeatureSet(ResourceShareFeatureSet featureSet)
Indicates how the resource share was created.
|
ResourceShare |
ResourceShare.withFeatureSet(String featureSet)
Indicates how the resource share was created.
|
ResourceShare |
ResourceShare.withLastUpdatedTime(Date lastUpdatedTime)
The date and 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 Amazon Web Services account that owns the resource share.
|
ResourceShare |
ResourceShare.withResourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of the resource share
|
ResourceShare |
ResourceShare.withStatus(ResourceShareStatus status)
The current status of the resource share.
|
ResourceShare |
ResourceShare.withStatus(String status)
The current 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 tag key and value pairs attached to the resource share.
|
ResourceShare |
ResourceShare.withTags(Tag... tags)
The tag key and value pairs attached to the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceShare> |
GetResourceSharesResult.getResourceShares()
An array of objects that contain the information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResourceShareResult.setResourceShare(ResourceShare resourceShare)
An object with information about the new resource share.
|
void |
UpdateResourceShareResult.setResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
CreateResourceShareResult |
CreateResourceShareResult.withResourceShare(ResourceShare resourceShare)
An object with information about the new resource share.
|
UpdateResourceShareResult |
UpdateResourceShareResult.withResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
GetResourceSharesResult |
GetResourceSharesResult.withResourceShares(ResourceShare... resourceShares)
An array of objects that contain the information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSharesResult.setResourceShares(Collection<ResourceShare> resourceShares)
An array of objects that contain the information about the resource shares.
|
GetResourceSharesResult |
GetResourceSharesResult.withResourceShares(Collection<ResourceShare> resourceShares)
An array of objects that contain the information about the resource shares.
|
Copyright © 2023. All rights reserved.