| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags returned by
ListTagsForResource. |
List<Tag> |
TagResourceRequest.tags()
A list of tags that
TagResource associates with a resource. |
List<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.tags()
The tag key-value pairs to remove from the on-premises instances.
|
List<Tag> |
CreateApplicationRequest.tags()
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
List<Tag> |
InstanceInfo.tags()
The tags currently associated with the on-premises instance.
|
List<Tag> |
CreateDeploymentGroupRequest.tags()
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
List<Tag> |
AddTagsToOnPremisesInstancesRequest.tags()
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags returned by
ListTagsForResource. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags that
TagResource associates with a resource. |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Tag... tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Tag... tags)
The tags currently associated with the on-premises instance.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.tags(Tag... tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
AddTagsToOnPremisesInstancesRequest.Builder |
AddTagsToOnPremisesInstancesRequest.Builder.tags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags returned by
ListTagsForResource. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags that
TagResource associates with a resource. |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.tags(Collection<Tag> tags)
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.
|
AddTagsToOnPremisesInstancesRequest.Builder |
AddTagsToOnPremisesInstancesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
Copyright © 2021. All rights reserved.