Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.tags
The tag key-value pairs to remove from the on-premises instances.
|
private SdkInternalList<Tag> |
InstanceInfo.tags
The tags currently associated with the on-premises instance.
|
private SdkInternalList<Tag> |
AddTagsToOnPremisesInstancesRequest.tags
The tag key-value pairs to add to the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The tag's key.
|
Tag |
Tag.withValue(java.lang.String value)
The tag's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.getTags()
The tag key-value pairs to remove from the on-premises instances.
|
java.util.List<Tag> |
InstanceInfo.getTags()
The tags currently associated with the on-premises instance.
|
java.util.List<Tag> |
AddTagsToOnPremisesInstancesRequest.getTags()
The tag key-value pairs to add to the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
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.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveTagsFromOnPremisesInstancesRequest.setTags(java.util.Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
void |
InstanceInfo.setTags(java.util.Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
void |
AddTagsToOnPremisesInstancesRequest.setTags(java.util.Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(java.util.Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
InstanceInfo |
InstanceInfo.withTags(java.util.Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(java.util.Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|