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> |
AddTagsToOnPremisesInstancesRequest.getTags()
The tag key-value pairs to add to the on-premises instances.
|
List<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.getTags()
The tag key-value pairs to remove from the on-premises instances.
|
List<Tag> |
InstanceInfo.getTags()
The tags currently associated with the on-premises instance.
|
Modifier and Type | Method and Description |
---|---|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
InstanceInfo |
InstanceInfo.withTags(Tag... tags)
The tags currently associated with the on-premises instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AddTagsToOnPremisesInstancesRequest.setTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
void |
RemoveTagsFromOnPremisesInstancesRequest.setTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
void |
InstanceInfo.setTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
InstanceInfo |
InstanceInfo.withTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
Copyright © 2018. All rights reserved.