| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResult |
AbstractAmazonCustomerProfiles.listEventStreams(ListEventStreamsRequest request) |
ListEventStreamsResult |
AmazonCustomerProfiles.listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
ListEventStreamsResult |
AmazonCustomerProfilesClient.listEventStreams(ListEventStreamsRequest request)
Returns a list of all the event streams in a specific domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventStreamsResult> |
AbstractAmazonCustomerProfilesAsync.listEventStreamsAsync(ListEventStreamsRequest request,
AsyncHandler<ListEventStreamsRequest,ListEventStreamsResult> asyncHandler) |
Future<ListEventStreamsResult> |
AmazonCustomerProfilesAsync.listEventStreamsAsync(ListEventStreamsRequest listEventStreamsRequest,
AsyncHandler<ListEventStreamsRequest,ListEventStreamsResult> asyncHandler)
Returns a list of all the event streams in a specific domain.
|
Future<ListEventStreamsResult> |
AmazonCustomerProfilesAsyncClient.listEventStreamsAsync(ListEventStreamsRequest request,
AsyncHandler<ListEventStreamsRequest,ListEventStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResult |
ListEventStreamsResult.clone() |
ListEventStreamsResult |
ListEventStreamsResult.withItems(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
|
ListEventStreamsResult |
ListEventStreamsResult.withItems(EventStreamSummary... items)
Contains summary information about an EventStream.
|
ListEventStreamsResult |
ListEventStreamsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2023. All rights reserved.