| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateGatewayRequest.tags()
A list of up to 50 tags to assign to the gateway.
|
List<Tag> |
TagResourceRequest.tags()
A list of tags to assign to the resource.
|
List<Tag> |
ImportHypervisorConfigurationRequest.tags()
The tags of the hypervisor configuration to import.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of the resource's tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRequest.Builder |
CreateGatewayRequest.Builder.tags(Tag... tags)
A list of up to 50 tags to assign to the gateway.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags to assign to the resource.
|
ImportHypervisorConfigurationRequest.Builder |
ImportHypervisorConfigurationRequest.Builder.tags(Tag... tags)
The tags of the hypervisor configuration to import.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of the resource's tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRequest.Builder |
CreateGatewayRequest.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags to assign to the gateway.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags to assign to the resource.
|
ImportHypervisorConfigurationRequest.Builder |
ImportHypervisorConfigurationRequest.Builder.tags(Collection<Tag> tags)
The tags of the hypervisor configuration to import.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of the resource's tags.
|
Copyright © 2023. All rights reserved.