| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkProfilesResult |
AmazonAlexaForBusinessClient.searchNetworkProfiles(SearchNetworkProfilesRequest request)
Searches network profiles and lists the ones that meet a set of filter and sort criteria.
|
SearchNetworkProfilesResult |
AmazonAlexaForBusiness.searchNetworkProfiles(SearchNetworkProfilesRequest searchNetworkProfilesRequest)
Searches network profiles and lists the ones that meet a set of filter and sort criteria.
|
SearchNetworkProfilesResult |
AbstractAmazonAlexaForBusiness.searchNetworkProfiles(SearchNetworkProfilesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchNetworkProfilesResult> |
AmazonAlexaForBusinessAsyncClient.searchNetworkProfilesAsync(SearchNetworkProfilesRequest request,
AsyncHandler<SearchNetworkProfilesRequest,SearchNetworkProfilesResult> asyncHandler) |
Future<SearchNetworkProfilesResult> |
AmazonAlexaForBusinessAsync.searchNetworkProfilesAsync(SearchNetworkProfilesRequest searchNetworkProfilesRequest,
AsyncHandler<SearchNetworkProfilesRequest,SearchNetworkProfilesResult> asyncHandler)
Searches network profiles and lists the ones that meet a set of filter and sort criteria.
|
Future<SearchNetworkProfilesResult> |
AbstractAmazonAlexaForBusinessAsync.searchNetworkProfilesAsync(SearchNetworkProfilesRequest request,
AsyncHandler<SearchNetworkProfilesRequest,SearchNetworkProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.clone() |
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withNetworkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withNextToken(String nextToken)
An optional token returned from a prior request.
|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withTotalCount(Integer totalCount)
The total number of network profiles returned.
|
Copyright © 2022. All rights reserved.