Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StopLoggingResponse
-
Packages that use StopLoggingResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of StopLoggingResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return StopLoggingResponse Modifier and Type Method Description default StopLoggingResponseCloudTrailClient. stopLogging(Consumer<StopLoggingRequest.Builder> stopLoggingRequest)Suspends the recording of Amazon Web Services API calls and log file delivery for the specified trail.default StopLoggingResponseCloudTrailClient. stopLogging(StopLoggingRequest stopLoggingRequest)Suspends the recording of Amazon Web Services API calls and log file delivery for the specified trail.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type StopLoggingResponse Modifier and Type Method Description default CompletableFuture<StopLoggingResponse>CloudTrailAsyncClient. stopLogging(Consumer<StopLoggingRequest.Builder> stopLoggingRequest)Suspends the recording of Amazon Web Services API calls and log file delivery for the specified trail.default CompletableFuture<StopLoggingResponse>CloudTrailAsyncClient. stopLogging(StopLoggingRequest stopLoggingRequest)Suspends the recording of Amazon Web Services API calls and log file delivery for the specified trail.
-