| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProfileSummary |
AuthenticationProfileSummary.clone() |
AuthenticationProfileSummary |
AuthenticationProfileSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the authentication profile summary.
|
AuthenticationProfileSummary |
AuthenticationProfileSummary.withId(String id)
The unique identifier of the authentication profile.
|
AuthenticationProfileSummary |
AuthenticationProfileSummary.withIsDefault(Boolean isDefault)
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.
|
AuthenticationProfileSummary |
AuthenticationProfileSummary.withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region when the authentication profile summary was last modified.
|
AuthenticationProfileSummary |
AuthenticationProfileSummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the authentication profile summary was last modified.
|
AuthenticationProfileSummary |
AuthenticationProfileSummary.withName(String name)
The name of the authentication profile summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationProfileSummary> |
ListAuthenticationProfilesResult.getAuthenticationProfileSummaryList()
A summary of a given authentication profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.withAuthenticationProfileSummaryList(AuthenticationProfileSummary... authenticationProfileSummaryList)
A summary of a given authentication profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuthenticationProfilesResult.setAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
|
ListAuthenticationProfilesResult |
ListAuthenticationProfilesResult.withAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
|
Copyright © 2024. All rights reserved.