| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
Resource |
Resource.withCreationTime(Date creationTime)
The time when the resource was associated with the resource share.
|
Resource |
Resource.withLastUpdatedTime(Date lastUpdatedTime)
The time when the association was last updated.
|
Resource |
Resource.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
Resource |
Resource.withStatus(ResourceStatus status)
The status of the resource.
|
Resource |
Resource.withStatus(String status)
The status of the resource.
|
Resource |
Resource.withStatusMessage(String statusMessage)
A message about the status of the resource.
|
Resource |
Resource.withType(String type)
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ListResourcesResult.getResources()
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
ListResourcesResult.withResources(Resource... resources)
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesResult.setResources(Collection<Resource> resources)
Information about the resources.
|
ListResourcesResult |
ListResourcesResult.withResources(Collection<Resource> resources)
Information about the resources.
|
Copyright © 2019. All rights reserved.