Uses of Class
software.amazon.awssdk.services.cloudtrail.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseCloudTrailClient. createChannel(Consumer<CreateChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>CloudTrailAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a channel for CloudTrail to ingest events from a partner or external source.default CompletableFuture<CreateChannelResponse>CloudTrailAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel for CloudTrail to ingest events from a partner or external source.
-