| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.paginators | |
| software.amazon.awssdk.services.customerprofiles.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListEventStreamsResponse |
CustomerProfilesClient.listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default CompletableFuture<ListEventStreamsResponse> |
CustomerProfilesAsyncClient.listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsIterable |
CustomerProfilesClient.listEventStreamsPaginator(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsPublisher |
CustomerProfilesAsyncClient.listEventStreamsPaginator(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
| Constructor and Description |
|---|
ListEventStreamsIterable(CustomerProfilesClient client,
ListEventStreamsRequest firstRequest) |
ListEventStreamsPublisher(CustomerProfilesAsyncClient client,
ListEventStreamsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEventStreamsRequestMarshaller.marshall(ListEventStreamsRequest listEventStreamsRequest) |
Copyright © 2023. All rights reserved.