Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListEventStreamsResponse
-
Packages that use ListEventStreamsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of ListEventStreamsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListEventStreamsResponse Modifier and Type Method Description default ListEventStreamsResponseCustomerProfilesClient. listEventStreams(Consumer<ListEventStreamsRequest.Builder> listEventStreamsRequest)Returns a list of all the event streams in a specific domain.default ListEventStreamsResponseCustomerProfilesClient. listEventStreams(ListEventStreamsRequest listEventStreamsRequest)Returns a list of all the event streams in a specific domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListEventStreamsResponse Modifier and Type Method 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. -
Uses of ListEventStreamsResponse in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type ListEventStreamsResponse Modifier and Type Method Description Iterator<ListEventStreamsResponse>ListEventStreamsIterable. iterator()Method parameters in software.amazon.awssdk.services.customerprofiles.paginators with type arguments of type ListEventStreamsResponse Modifier and Type Method Description voidListEventStreamsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventStreamsResponse> subscriber)
-