| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Tag key.
|
Tag |
Tag.withValue(String value)
Tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A map of the key-value pairs of the tag or tags to assign to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A map of the key-value pairs for the tag or tags assigned to the specified resource.
|
List<Tag> |
CreateIngestionDestinationRequest.getTags()
A map of the key-value pairs of the tag or tags to assign to the resource.
|
List<Tag> |
CreateAppAuthorizationRequest.getTags()
A map of the key-value pairs of the tag or tags to assign to the resource.
|
List<Tag> |
CreateAppBundleRequest.getTags()
A map of the key-value pairs of the tag or tags to assign to the resource.
|
List<Tag> |
CreateIngestionRequest.getTags()
A map of the key-value pairs of the tag or tags to assign to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A map of the key-value pairs for the tag or tags assigned to the specified resource.
|
CreateIngestionDestinationRequest |
CreateIngestionDestinationRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppBundleRequest |
CreateAppBundleRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest |
CreateIngestionRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A map of the key-value pairs for the tag or tags assigned to the specified resource.
|
void |
CreateIngestionDestinationRequest.setTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
void |
CreateAppAuthorizationRequest.setTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
void |
CreateAppBundleRequest.setTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
void |
CreateIngestionRequest.setTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A map of the key-value pairs for the tag or tags assigned to the specified resource.
|
CreateIngestionDestinationRequest |
CreateIngestionDestinationRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppBundleRequest |
CreateAppBundleRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest |
CreateIngestionRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
Copyright © 2023. All rights reserved.