| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default StartLoggingResponse |
CloudTrailClient.startLogging(Consumer<StartLoggingRequest.Builder> startLoggingRequest)
Starts the recording of AWS API calls and log file delivery for a trail.
|
default StartLoggingResponse |
CloudTrailClient.startLogging(StartLoggingRequest startLoggingRequest)
Starts the recording of AWS API calls and log file delivery for a trail.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartLoggingResponse> |
CloudTrailAsyncClient.startLogging(Consumer<StartLoggingRequest.Builder> startLoggingRequest)
Starts the recording of AWS API calls and log file delivery for a trail.
|
default CompletableFuture<StartLoggingResponse> |
CloudTrailAsyncClient.startLogging(StartLoggingRequest startLoggingRequest)
Starts the recording of AWS API calls and log file delivery for a trail.
|
Copyright © 2021. All rights reserved.