| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default StopLoggingResponse |
CloudTrailClient.stopLogging(Consumer<StopLoggingRequest.Builder> stopLoggingRequest)
Suspends the recording of AWS API calls and log file delivery for the specified trail.
|
default StopLoggingResponse |
CloudTrailClient.stopLogging(StopLoggingRequest stopLoggingRequest)
Suspends the recording of AWS API calls and log file delivery for the specified trail.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopLoggingResponse> |
CloudTrailAsyncClient.stopLogging(Consumer<StopLoggingRequest.Builder> stopLoggingRequest)
Suspends the recording of AWS API calls and log file delivery for the specified trail.
|
default CompletableFuture<StopLoggingResponse> |
CloudTrailAsyncClient.stopLogging(StopLoggingRequest stopLoggingRequest)
Suspends the recording of AWS API calls and log file delivery for the specified trail.
|
Copyright © 2019. All rights reserved.