Uses of Class
software.amazon.awssdk.services.cloudtrail.model.GetChannelResponse
-
Packages that use GetChannelResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of GetChannelResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return GetChannelResponse Modifier and Type Method Description default GetChannelResponseCloudTrailClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Returns information about a specific channel.default GetChannelResponseCloudTrailClient. getChannel(GetChannelRequest getChannelRequest)Returns information about a specific channel.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type GetChannelResponse Modifier and Type Method Description default CompletableFuture<GetChannelResponse>CloudTrailAsyncClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Returns information about a specific channel.default CompletableFuture<GetChannelResponse>CloudTrailAsyncClient. getChannel(GetChannelRequest getChannelRequest)Returns information about a specific channel.
-