| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateAppResult.getTags()
The tags associated with the application.
|
List<Tag> |
GetAppResult.getTags()
The tags associated with the application.
|
List<Tag> |
UpdateAppResult.getTags()
The tags associated with the application.
|
List<Tag> |
UpdateAppRequest.getTags()
The tags to associate with the application.
|
List<Tag> |
CreateAppRequest.getTags()
The tags to be associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppResult |
CreateAppResult.withTags(Tag... tags)
The tags associated with the application.
|
GetAppResult |
GetAppResult.withTags(Tag... tags)
The tags associated with the application.
|
UpdateAppResult |
UpdateAppResult.withTags(Tag... tags)
The tags associated with the application.
|
UpdateAppRequest |
UpdateAppRequest.withTags(Tag... tags)
The tags to associate with the application.
|
CreateAppRequest |
CreateAppRequest.withTags(Tag... tags)
The tags to be associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppResult.setTags(Collection<Tag> tags)
The tags associated with the application.
|
void |
GetAppResult.setTags(Collection<Tag> tags)
The tags associated with the application.
|
void |
UpdateAppResult.setTags(Collection<Tag> tags)
The tags associated with the application.
|
void |
UpdateAppRequest.setTags(Collection<Tag> tags)
The tags to associate with the application.
|
void |
CreateAppRequest.setTags(Collection<Tag> tags)
The tags to be associated with the application.
|
CreateAppResult |
CreateAppResult.withTags(Collection<Tag> tags)
The tags associated with the application.
|
GetAppResult |
GetAppResult.withTags(Collection<Tag> tags)
The tags associated with the application.
|
UpdateAppResult |
UpdateAppResult.withTags(Collection<Tag> tags)
The tags associated with the application.
|
UpdateAppRequest |
UpdateAppRequest.withTags(Collection<Tag> tags)
The tags to associate with the application.
|
CreateAppRequest |
CreateAppRequest.withTags(Collection<Tag> tags)
The tags to be associated with the application.
|
Copyright © 2020. All rights reserved.