| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key part of a tag's key-value pair.
|
Tag |
Tag.withValue(String value)
The value part of a tag's key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tags to assign to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of the resource's tags.
|
List<Tag> |
ImportHypervisorConfigurationRequest.getTags()
The tags of the hypervisor configuration to import.
|
List<Tag> |
CreateGatewayRequest.getTags()
A list of up to 50 tags to assign to the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags to assign to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of the resource's tags.
|
ImportHypervisorConfigurationRequest |
ImportHypervisorConfigurationRequest.withTags(Tag... tags)
The tags of the hypervisor configuration to import.
|
CreateGatewayRequest |
CreateGatewayRequest.withTags(Tag... tags)
A list of up to 50 tags to assign to the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags to assign to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of the resource's tags.
|
void |
ImportHypervisorConfigurationRequest.setTags(Collection<Tag> tags)
The tags of the hypervisor configuration to import.
|
void |
CreateGatewayRequest.setTags(Collection<Tag> tags)
A list of up to 50 tags to assign to the gateway.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags to assign to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of the resource's tags.
|
ImportHypervisorConfigurationRequest |
ImportHypervisorConfigurationRequest.withTags(Collection<Tag> tags)
The tags of the hypervisor configuration to import.
|
CreateGatewayRequest |
CreateGatewayRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags to assign to the gateway.
|
Copyright © 2024. All rights reserved.