| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ListAuthenticationProfilesResult |
AmazonConnectClient.listAuthenticationProfiles(ListAuthenticationProfilesRequest request)
This API is in preview release for Amazon Connect and is subject to change.
|
ListAuthenticationProfilesResult |
AbstractAmazonConnect.listAuthenticationProfiles(ListAuthenticationProfilesRequest request) |
ListAuthenticationProfilesResult |
AmazonConnect.listAuthenticationProfiles(ListAuthenticationProfilesRequest listAuthenticationProfilesRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAuthenticationProfilesResult> |
AmazonConnectAsyncClient.listAuthenticationProfilesAsync(ListAuthenticationProfilesRequest request,
AsyncHandler<ListAuthenticationProfilesRequest,ListAuthenticationProfilesResult> asyncHandler) |
Future<ListAuthenticationProfilesResult> |
AbstractAmazonConnectAsync.listAuthenticationProfilesAsync(ListAuthenticationProfilesRequest request,
AsyncHandler<ListAuthenticationProfilesRequest,ListAuthenticationProfilesResult> asyncHandler) |
Future<ListAuthenticationProfilesResult> |
AmazonConnectAsync.listAuthenticationProfilesAsync(ListAuthenticationProfilesRequest listAuthenticationProfilesRequest,
AsyncHandler<ListAuthenticationProfilesRequest,ListAuthenticationProfilesResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.clone() |
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.withAuthenticationProfileSummaryList(AuthenticationProfileSummary... authenticationProfileSummaryList)
A summary of a given authentication profile.
|
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.withAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
|
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
Copyright © 2024. All rights reserved.