| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthenticationProfileResult> |
AmazonConnectAsyncClient.updateAuthenticationProfileAsync(UpdateAuthenticationProfileRequest request,
AsyncHandler<UpdateAuthenticationProfileRequest,UpdateAuthenticationProfileResult> asyncHandler) |
Future<UpdateAuthenticationProfileResult> |
AbstractAmazonConnectAsync.updateAuthenticationProfileAsync(UpdateAuthenticationProfileRequest request,
AsyncHandler<UpdateAuthenticationProfileRequest,UpdateAuthenticationProfileResult> asyncHandler) |
Future<UpdateAuthenticationProfileResult> |
AmazonConnectAsync.updateAuthenticationProfileAsync(UpdateAuthenticationProfileRequest updateAuthenticationProfileRequest,
AsyncHandler<UpdateAuthenticationProfileRequest,UpdateAuthenticationProfileResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.clone() |
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withAllowedIps(Collection<String> allowedIps)
A list of IP address range strings that are allowed to access the instance.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withAllowedIps(String... allowedIps)
A list of IP address range strings that are allowed to access the instance.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withAuthenticationProfileId(String authenticationProfileId)
A unique identifier for the authentication profile.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withBlockedIps(Collection<String> blockedIps)
A list of IP address range strings that are blocked from accessing the instance.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withBlockedIps(String... blockedIps)
A list of IP address range strings that are blocked from accessing the instance.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withDescription(String description)
The description for the authentication profile.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withName(String name)
The name for the authentication profile.
|
UpdateAuthenticationProfileRequest |
UpdateAuthenticationProfileRequest.withPeriodicSessionDuration(Integer periodicSessionDuration)
The short lived session duration configuration for users logged in to Amazon Connect, in minutes.
|
Copyright © 2024. All rights reserved.