Uses of Class
software.amazon.awssdk.services.cloudtrail.model.UpdateChannelRequest
-
Packages that use UpdateChannelRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of UpdateChannelRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type UpdateChannelRequest Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>CloudTrailAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel specified by a required channel ARN or UUID.default UpdateChannelResponseCloudTrailClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel specified by a required channel ARN or UUID. -
Uses of UpdateChannelRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type UpdateChannelRequest Modifier and Type Method Description SdkHttpFullRequestUpdateChannelRequestMarshaller. marshall(UpdateChannelRequest updateChannelRequest)
-