| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateTrailResponse |
CloudTrailClient.updateTrail(Consumer<UpdateTrailRequest.Builder> updateTrailRequest)
Updates trail settings that control what events you are logging, and how to handle log files.
|
default UpdateTrailResponse |
CloudTrailClient.updateTrail(UpdateTrailRequest updateTrailRequest)
Updates trail settings that control what events you are logging, and how to handle log files.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTrailResponse> |
CloudTrailAsyncClient.updateTrail(Consumer<UpdateTrailRequest.Builder> updateTrailRequest)
Updates trail settings that control what events you are logging, and how to handle log files.
|
default CompletableFuture<UpdateTrailResponse> |
CloudTrailAsyncClient.updateTrail(UpdateTrailRequest updateTrailRequest)
Updates trail settings that control what events you are logging, and how to handle log files.
|
Copyright © 2023. All rights reserved.