| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
CloudWatchLogsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
CloudWatchLogsAsyncClient.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 ARN of the CloudWatch Logs resource that you're removing tags from.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(String... tagKeys)
The list of tag keys to remove from the resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagResourceRequest.Builder> |
UntagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.