| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications
run in.
|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
ServiceDiscoveryClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
ServiceDiscoveryAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagResourceRequest.Builder |
UntagResourceRequest.builder() |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys)
The tag keys to remove from the specified resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(String... tagKeys)
The tag keys to remove from the specified resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagResourceRequest.Builder> |
UntagResourceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.