Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StartLoggingResponse
-
Packages that use StartLoggingResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of StartLoggingResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return StartLoggingResponse Modifier and Type Method Description default StartLoggingResponseCloudTrailClient. startLogging(Consumer<StartLoggingRequest.Builder> startLoggingRequest)Starts the recording of Amazon Web Services API calls and log file delivery for a trail.default StartLoggingResponseCloudTrailClient. startLogging(StartLoggingRequest startLoggingRequest)Starts the recording of Amazon Web Services API calls and log file delivery for a trail.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type StartLoggingResponse Modifier and Type Method Description default CompletableFuture<StartLoggingResponse>CloudTrailAsyncClient. startLogging(Consumer<StartLoggingRequest.Builder> startLoggingRequest)Starts the recording of Amazon Web Services API calls and log file delivery for a trail.default CompletableFuture<StartLoggingResponse>CloudTrailAsyncClient. startLogging(StartLoggingRequest startLoggingRequest)Starts the recording of Amazon Web Services API calls and log file delivery for a trail.
-