| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.builder() |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.instanceNames(Collection<String> instanceNames)
The names of the on-premises instances from which to remove tags.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.instanceNames(String... instanceNames)
The names of the on-premises instances from which to remove tags.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveTagsFromOnPremisesInstancesRequest.Builder> |
RemoveTagsFromOnPremisesInstancesRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.