| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventStreamsResponse |
CustomerProfilesClient.listEventStreams(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
default ListEventStreamsResponse |
CustomerProfilesClient.listEventStreams(ListEventStreamsRequest listEventStreamsRequest)
Returns a list of all the event streams in a specific domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventStreamsResponse> |
CustomerProfilesAsyncClient.listEventStreams(Consumer<ListEventStreamsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventStreamsResponse> |
ListEventStreamsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventStreamsResponse> subscriber) |
Copyright © 2023. All rights reserved.