| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProfile |
AuthenticationProfile.clone() |
AuthenticationProfile |
DescribeAuthenticationProfileResult.getAuthenticationProfile()
The authentication profile object being described.
|
AuthenticationProfile |
AuthenticationProfile.withAllowedIps(Collection<String> allowedIps)
A list of IP address range strings that are allowed to access the Amazon Connect instance.
|
AuthenticationProfile |
AuthenticationProfile.withAllowedIps(String... allowedIps)
A list of IP address range strings that are allowed to access the Amazon Connect instance.
|
AuthenticationProfile |
AuthenticationProfile.withArn(String arn)
The Amazon Resource Name (ARN) for the authentication profile.
|
AuthenticationProfile |
AuthenticationProfile.withBlockedIps(Collection<String> blockedIps)
A list of IP address range strings that are blocked from accessing the Amazon Connect instance.
|
AuthenticationProfile |
AuthenticationProfile.withBlockedIps(String... blockedIps)
A list of IP address range strings that are blocked from accessing the Amazon Connect instance.
|
AuthenticationProfile |
AuthenticationProfile.withCreatedTime(Date createdTime)
The timestamp when the authentication profile was created.
|
AuthenticationProfile |
AuthenticationProfile.withDescription(String description)
The description for the authentication profile.
|
AuthenticationProfile |
AuthenticationProfile.withId(String id)
A unique identifier for the authentication profile.
|
AuthenticationProfile |
AuthenticationProfile.withIsDefault(Boolean isDefault)
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.
|
AuthenticationProfile |
AuthenticationProfile.withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where the authentication profile was last modified.
|
AuthenticationProfile |
AuthenticationProfile.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the authentication profile was last modified.
|
AuthenticationProfile |
AuthenticationProfile.withMaxSessionDuration(Integer maxSessionDuration)
The long lived session duration for users logged in to Amazon Connect, in minutes.
|
AuthenticationProfile |
AuthenticationProfile.withName(String name)
The name for the authentication profile.
|
AuthenticationProfile |
AuthenticationProfile.withPeriodicSessionDuration(Integer periodicSessionDuration)
The short lived session duration configuration for users logged in to Amazon Connect, in minutes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAuthenticationProfileResult.setAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
|
DescribeAuthenticationProfileResult |
DescribeAuthenticationProfileResult.withAuthenticationProfile(AuthenticationProfile authenticationProfile)
The authentication profile object being described.
|
Copyright © 2024. All rights reserved.