| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventStreamsResult> |
AmazonCustomerProfilesAsyncClient.listEventStreamsAsync(ListEventStreamsRequest request,
AsyncHandler<ListEventStreamsRequest,ListEventStreamsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsRequest |
ListEventStreamsRequest.clone() |
ListEventStreamsRequest |
ListEventStreamsRequest.withDomainName(String domainName)
The unique name of the domain.
|
ListEventStreamsRequest |
ListEventStreamsRequest.withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListEventStreamsRequest |
ListEventStreamsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2024. All rights reserved.