| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchAddressBooksResponse |
AlexaForBusinessClient.searchAddressBooks(Consumer<SearchAddressBooksRequest.Builder> searchAddressBooksRequest)
Searches address books and lists the ones that meet a set of filter and sort criteria.
|
default SearchAddressBooksResponse |
AlexaForBusinessClient.searchAddressBooks(SearchAddressBooksRequest searchAddressBooksRequest)
Searches address books and lists the ones that meet a set of filter and sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchAddressBooksResponse> |
AlexaForBusinessAsyncClient.searchAddressBooks(Consumer<SearchAddressBooksRequest.Builder> searchAddressBooksRequest)
Searches address books and lists the ones that meet a set of filter and sort criteria.
|
default CompletableFuture<SearchAddressBooksResponse> |
AlexaForBusinessAsyncClient.searchAddressBooks(SearchAddressBooksRequest searchAddressBooksRequest)
Searches address books and lists the ones that meet a set of filter and sort criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchAddressBooksResponse> |
SearchAddressBooksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAddressBooksPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchAddressBooksResponse> subscriber) |
Copyright © 2021. All rights reserved.