Uses of Class
software.amazon.awssdk.services.cloudtrail.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseCloudTrailClient. updateChannel(Consumer<UpdateChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>CloudTrailAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel specified by a required channel ARN or UUID.default CompletableFuture<UpdateChannelResponse>CloudTrailAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel specified by a required channel ARN or UUID.
-