Uses of Class
software.amazon.awssdk.services.cloudtrail.model.CreateChannelRequest
-
Packages that use CreateChannelRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of CreateChannelRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type CreateChannelRequest Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>CloudTrailAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel for CloudTrail to ingest events from a partner or external source.default CreateChannelResponseCloudTrailClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel for CloudTrail to ingest events from a partner or external source. -
Uses of CreateChannelRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type CreateChannelRequest Modifier and Type Method Description SdkHttpFullRequestCreateChannelRequestMarshaller. marshall(CreateChannelRequest createChannelRequest)
-