Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StopLoggingRequest
-
Packages that use StopLoggingRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of StopLoggingRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type StopLoggingRequest Modifier and Type Method Description default CompletableFuture<StopLoggingResponse>CloudTrailAsyncClient. stopLogging(StopLoggingRequest 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. -
Uses of StopLoggingRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type StopLoggingRequest Modifier and Type Method Description SdkHttpFullRequestStopLoggingRequestMarshaller. marshall(StopLoggingRequest stopLoggingRequest)
-