| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withArn(String arn)
The Amazon Resoure Name
(ARN) of the resource.
|
Resource |
Resource.withCreationTime(Date creationTime)
The date and time when the resource was associated with the resource share.
|
Resource |
Resource.withLastUpdatedTime(Date lastUpdatedTime)
The date an time when the association was last updated.
|
Resource |
Resource.withResourceGroupArn(String resourceGroupArn)
The Amazon Resoure Name
(ARN) of the resource group.
|
Resource |
Resource.withResourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of this resource:
|
Resource |
Resource.withResourceRegionScope(String resourceRegionScope)
Specifies the scope of visibility of this resource:
|
Resource |
Resource.withResourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of the resource share this resource is associated with.
|
Resource |
Resource.withStatus(ResourceStatus status)
The current status of the resource.
|
Resource |
Resource.withStatus(String status)
The current 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()
An array of objects that contain information about the resources.
|
List<Resource> |
ListPendingInvitationResourcesResult.getResources()
An array of objects that contain the information about the resources included the specified resource share.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
ListResourcesResult.withResources(Resource... resources)
An array of objects that contain information about the resources.
|
ListPendingInvitationResourcesResult |
ListPendingInvitationResourcesResult.withResources(Resource... resources)
An array of objects that contain the information about the resources included the specified resource share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesResult.setResources(Collection<Resource> resources)
An array of objects that contain information about the resources.
|
void |
ListPendingInvitationResourcesResult.setResources(Collection<Resource> resources)
An array of objects that contain the information about the resources included the specified resource share.
|
ListResourcesResult |
ListResourcesResult.withResources(Collection<Resource> resources)
An array of objects that contain information about the resources.
|
ListPendingInvitationResourcesResult |
ListPendingInvitationResourcesResult.withResources(Collection<Resource> resources)
An array of objects that contain the information about the resources included the specified resource share.
|
Copyright © 2022. All rights reserved.