| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
RemoveTagsFromOnPremisesInstancesRequest.tags()
The tag key-value pairs to remove from the on-premises instances.
|
List<Tag> |
InstanceInfo.tags()
The tags currently associated with the on-premises instance.
|
List<Tag> |
AddTagsToOnPremisesInstancesRequest.tags()
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Tag... tags)
The tags currently associated with the on-premises instance.
|
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 |
|---|---|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
AddTagsToOnPremisesInstancesRequest.Builder |
AddTagsToOnPremisesInstancesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagMarshaller.marshall(Tag tag,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.