| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchProfilesResponse.Builder |
SearchProfilesResponse.builder() |
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(Consumer<ProfileData.Builder>... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.toBuilder() |
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.totalCount(Integer totalCount)
The total number of room profiles returned.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchProfilesResponse.Builder> |
SearchProfilesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.