| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
InstanceInfo.getTags()
The tags currently associated with the on-premises instance.
|
List<Tag> |
TagResourceRequest.getTags()
A list of tags that
TagResource associates with a resource. |
List<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.getTags()
The tag key-value pairs to remove from the on-premises instances.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags returned by
ListTagsForResource. |
List<Tag> |
CreateDeploymentGroupRequest.getTags()
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
List<Tag> |
CreateApplicationRequest.getTags()
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
List<Tag> |
AddTagsToOnPremisesInstancesRequest.getTags()
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceInfo |
InstanceInfo.withTags(Tag... tags)
The tags currently associated with the on-premises instance.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags that
TagResource associates with a resource. |
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags returned by
ListTagsForResource. |
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTags(Tag... tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceInfo.setTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags that
TagResource associates with a resource. |
void |
RemoveTagsFromOnPremisesInstancesRequest.setTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags returned by
ListTagsForResource. |
void |
CreateDeploymentGroupRequest.setTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
void |
CreateApplicationRequest.setTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
void |
AddTagsToOnPremisesInstancesRequest.setTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
InstanceInfo |
InstanceInfo.withTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags that
TagResource associates with a resource. |
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags returned by
ListTagsForResource. |
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
Copyright © 2023. All rights reserved.