| 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.
|
default CreateTrailResponse |
CloudTrailClient.createTrail(Consumer<CreateTrailRequest.Builder> createTrailRequest)
Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
|
default CreateTrailResponse |
CloudTrailClient.createTrail(CreateTrailRequest createTrailRequest)
Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
|
default RemoveTagsResponse |
CloudTrailClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from a trail.
|
default RemoveTagsResponse |
CloudTrailClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.
|
Copyright © 2021. All rights reserved.