| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsFromOnPremisesInstancesResponse |
CodeDeployClient.removeTagsFromOnPremisesInstances(Consumer<RemoveTagsFromOnPremisesInstancesRequest.Builder> removeTagsFromOnPremisesInstancesRequest)
Removes one or more tags from one or more on-premises instances.
|
default CompletableFuture<RemoveTagsFromOnPremisesInstancesResponse> |
CodeDeployAsyncClient.removeTagsFromOnPremisesInstances(Consumer<RemoveTagsFromOnPremisesInstancesRequest.Builder> removeTagsFromOnPremisesInstancesRequest)
Removes one or more tags from one or more on-premises instances.
|
| 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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromOnPremisesInstancesRequest.Builder |
RemoveTagsFromOnPremisesInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(Consumer<Tag.Builder>... 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 © 2020. All rights reserved.