| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
CloudTrailClient.addTags(AddTagsRequest addTagsRequest)
Adds one or more tags to a trail, up to a limit of 50.
|
default AddTagsResponse |
CloudTrailClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds one or more tags to a trail, up to a limit of 50.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddTagsResponse> |
CloudTrailAsyncClient.addTags(AddTagsRequest addTagsRequest)
Adds one or more tags to a trail, up to a limit of 50.
|
default CompletableFuture<AddTagsResponse> |
CloudTrailAsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds one or more tags to a trail, up to a limit of 50.
|
Copyright © 2022. All rights reserved.