| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResult |
AmazonAlexaForBusinessClient.searchProfiles(SearchProfilesRequest request)
Deprecated.
|
SearchProfilesResult |
AbstractAmazonAlexaForBusiness.searchProfiles(SearchProfilesRequest request)
Deprecated.
|
SearchProfilesResult |
AmazonAlexaForBusiness.searchProfiles(SearchProfilesRequest searchProfilesRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchProfilesResult> |
AmazonAlexaForBusinessAsyncClient.searchProfilesAsync(SearchProfilesRequest request,
AsyncHandler<SearchProfilesRequest,SearchProfilesResult> asyncHandler)
Deprecated.
|
Future<SearchProfilesResult> |
AmazonAlexaForBusinessAsync.searchProfilesAsync(SearchProfilesRequest searchProfilesRequest,
AsyncHandler<SearchProfilesRequest,SearchProfilesResult> asyncHandler)
Deprecated.
|
Future<SearchProfilesResult> |
AbstractAmazonAlexaForBusinessAsync.searchProfilesAsync(SearchProfilesRequest request,
AsyncHandler<SearchProfilesRequest,SearchProfilesResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResult |
SearchProfilesResult.clone() |
SearchProfilesResult |
SearchProfilesResult.withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchProfilesResult |
SearchProfilesResult.withProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResult |
SearchProfilesResult.withProfiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResult |
SearchProfilesResult.withTotalCount(Integer totalCount)
The total number of room profiles returned.
|
Copyright © 2023. All rights reserved.