| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcesListItem |
ResourcesListItem.clone() |
ResourcesListItem |
ResourcesListItem.withErrorMessage(String errorMessage)
The message returned if the call fails.
|
ResourcesListItem |
ResourcesListItem.withResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource.
|
ResourcesListItem |
ResourcesListItem.withResourceType(String resourceType)
Provides information about the AppRegistry resource type.
|
ResourcesListItem |
ResourcesListItem.withStatus(String status)
The status of the list item.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourcesListItem> |
ApplicationTagResult.getResources()
The resources associated with an application
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationTagResult |
ApplicationTagResult.withResources(ResourcesListItem... resources)
The resources associated with an application
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationTagResult.setResources(Collection<ResourcesListItem> resources)
The resources associated with an application
|
ApplicationTagResult |
ApplicationTagResult.withResources(Collection<ResourcesListItem> resources)
The resources associated with an application
|
Copyright © 2024. All rights reserved.