| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withKey(String key)
The key that's associated with the tag.
|
ResourceTag |
ResourceTag.withValue(String value)
The value that's associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
ListTagsForResourceResult.getResourceTags()
An optional list of tags to associate with the specified export.
|
List<ResourceTag> |
CreateExportRequest.getResourceTags()
An optional list of tags to associate with the specified export.
|
List<ResourceTag> |
TagResourceRequest.getResourceTags()
The tags to associate with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export.
|
CreateExportRequest |
CreateExportRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export.
|
TagResourceRequest |
TagResourceRequest.withResourceTags(ResourceTag... resourceTags)
The tags to associate with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
void |
CreateExportRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
void |
TagResourceRequest.setResourceTags(Collection<ResourceTag> resourceTags)
The tags to associate with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
CreateExportRequest |
CreateExportRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
TagResourceRequest |
TagResourceRequest.withResourceTags(Collection<ResourceTag> resourceTags)
The tags to associate with the resource.
|
Copyright © 2023. All rights reserved.