| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
AbstractAWSCloudTrail.listChannels(ListChannelsRequest request) |
ListChannelsResult |
AWSCloudTrailClient.listChannels(ListChannelsRequest request)
Lists the channels in the current account, and their source names.
|
ListChannelsResult |
AWSCloudTrail.listChannels(ListChannelsRequest listChannelsRequest)
Lists the channels in the current account, and their source names.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AbstractAWSCloudTrailAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AWSCloudTrailAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Lists the channels in the current account, and their source names.
|
Future<ListChannelsResult> |
AWSCloudTrailAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.clone() |
ListChannelsResult |
ListChannelsResult.withChannels(Channel... channels)
The list of channels in the account.
|
ListChannelsResult |
ListChannelsResult.withChannels(Collection<Channel> channels)
The list of channels in the account.
|
ListChannelsResult |
ListChannelsResult.withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
Copyright © 2022. All rights reserved.