| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
LocationAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified Amazon Location resource.
|
default UntagResourceResponse |
LocationClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified Amazon Location 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 from which you want to remove tags.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(String... tagKeys)
The list of 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.