| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTagResult |
ApplicationTagResult.clone() |
ApplicationTagResult |
GetAssociatedResourceResult.getApplicationTagResult()
The result of the application that's tag applied to a resource.
|
ApplicationTagResult |
ApplicationTagResult.withApplicationTagStatus(ApplicationTagStatus applicationTagStatus)
The application tag is in the process of being applied to a resource, was successfully applied to a resource, or
failed to apply to a resource.
|
ApplicationTagResult |
ApplicationTagResult.withApplicationTagStatus(String applicationTagStatus)
The application tag is in the process of being applied to a resource, was successfully applied to a resource, or
failed to apply to a resource.
|
ApplicationTagResult |
ApplicationTagResult.withErrorMessage(String errorMessage)
The message returned if the call fails.
|
ApplicationTagResult |
ApplicationTagResult.withNextToken(String nextToken)
A unique pagination token for each page of results.
|
ApplicationTagResult |
ApplicationTagResult.withResources(Collection<ResourcesListItem> resources)
The resources associated with an application
|
ApplicationTagResult |
ApplicationTagResult.withResources(ResourcesListItem... resources)
The resources associated with an application
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssociatedResourceResult.setApplicationTagResult(ApplicationTagResult applicationTagResult)
The result of the application that's tag applied to a resource.
|
GetAssociatedResourceResult |
GetAssociatedResourceResult.withApplicationTagResult(ApplicationTagResult applicationTagResult)
The result of the application that's tag applied to a resource.
|
Copyright © 2023. All rights reserved.