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