@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonConnectAsync extends AbstractAmazonConnect implements AmazonConnectAsync
AmazonConnectAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateApprovedOrigin, associateInstanceStorageConfig, associateLambdaFunction, associateLexBot, associateQueueQuickConnects, associateRoutingProfileQueues, associateSecurityKey, createContactFlow, createInstance, createIntegrationAssociation, createQueue, createQuickConnect, createRoutingProfile, createUseCase, createUser, createUserHierarchyGroup, deleteInstance, deleteIntegrationAssociation, deleteQuickConnect, deleteUseCase, deleteUser, deleteUserHierarchyGroup, describeContactFlow, describeHoursOfOperation, describeInstance, describeInstanceAttribute, describeInstanceStorageConfig, describeQueue, describeQuickConnect, describeRoutingProfile, describeUser, describeUserHierarchyGroup, describeUserHierarchyStructure, disassociateApprovedOrigin, disassociateInstanceStorageConfig, disassociateLambdaFunction, disassociateLexBot, disassociateQueueQuickConnects, disassociateRoutingProfileQueues, disassociateSecurityKey, getCachedResponseMetadata, getContactAttributes, getCurrentMetricData, getFederationToken, getMetricData, listApprovedOrigins, listContactFlows, listHoursOfOperations, listInstanceAttributes, listInstances, listInstanceStorageConfigs, listIntegrationAssociations, listLambdaFunctions, listLexBots, listPhoneNumbers, listPrompts, listQueueQuickConnects, listQueues, listQuickConnects, listRoutingProfileQueues, listRoutingProfiles, listSecurityKeys, listSecurityProfiles, listTagsForResource, listUseCases, listUserHierarchyGroups, listUsers, resumeContactRecording, shutdown, startChatContact, startContactRecording, startOutboundVoiceContact, startTaskContact, stopContact, stopContactRecording, suspendContactRecording, tagResource, untagResource, updateContactAttributes, updateContactFlowContent, updateContactFlowName, updateInstanceAttribute, updateInstanceStorageConfig, updateQueueHoursOfOperation, updateQueueMaxContacts, updateQueueName, updateQueueOutboundCallerConfig, updateQueueStatus, updateQuickConnectConfig, updateQuickConnectName, updateRoutingProfileConcurrency, updateRoutingProfileDefaultOutboundQueue, updateRoutingProfileName, updateRoutingProfileQueues, updateUserHierarchy, updateUserHierarchyGroupName, updateUserHierarchyStructure, updateUserIdentityInfo, updateUserPhoneConfig, updateUserRoutingProfile, updateUserSecurityProfiles
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateApprovedOrigin, associateInstanceStorageConfig, associateLambdaFunction, associateLexBot, associateQueueQuickConnects, associateRoutingProfileQueues, associateSecurityKey, createContactFlow, createInstance, createIntegrationAssociation, createQueue, createQuickConnect, createRoutingProfile, createUseCase, createUser, createUserHierarchyGroup, deleteInstance, deleteIntegrationAssociation, deleteQuickConnect, deleteUseCase, deleteUser, deleteUserHierarchyGroup, describeContactFlow, describeHoursOfOperation, describeInstance, describeInstanceAttribute, describeInstanceStorageConfig, describeQueue, describeQuickConnect, describeRoutingProfile, describeUser, describeUserHierarchyGroup, describeUserHierarchyStructure, disassociateApprovedOrigin, disassociateInstanceStorageConfig, disassociateLambdaFunction, disassociateLexBot, disassociateQueueQuickConnects, disassociateRoutingProfileQueues, disassociateSecurityKey, getCachedResponseMetadata, getContactAttributes, getCurrentMetricData, getFederationToken, getMetricData, listApprovedOrigins, listContactFlows, listHoursOfOperations, listInstanceAttributes, listInstances, listInstanceStorageConfigs, listIntegrationAssociations, listLambdaFunctions, listLexBots, listPhoneNumbers, listPrompts, listQueueQuickConnects, listQueues, listQuickConnects, listRoutingProfileQueues, listRoutingProfiles, listSecurityKeys, listSecurityProfiles, listTagsForResource, listUseCases, listUserHierarchyGroups, listUsers, resumeContactRecording, shutdown, startChatContact, startContactRecording, startOutboundVoiceContact, startTaskContact, stopContact, stopContactRecording, suspendContactRecording, tagResource, untagResource, updateContactAttributes, updateContactFlowContent, updateContactFlowName, updateInstanceAttribute, updateInstanceStorageConfig, updateQueueHoursOfOperation, updateQueueMaxContacts, updateQueueName, updateQueueOutboundCallerConfig, updateQueueStatus, updateQuickConnectConfig, updateQuickConnectName, updateRoutingProfileConcurrency, updateRoutingProfileDefaultOutboundQueue, updateRoutingProfileName, updateRoutingProfileQueues, updateUserHierarchy, updateUserHierarchyGroupName, updateUserHierarchyStructure, updateUserIdentityInfo, updateUserPhoneConfig, updateUserRoutingProfile, updateUserSecurityProfiles
public Future<AssociateApprovedOriginResult> associateApprovedOriginAsync(AssociateApprovedOriginRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates an approved origin to an Amazon Connect instance.
associateApprovedOriginAsync
in interface AmazonConnectAsync
public Future<AssociateApprovedOriginResult> associateApprovedOriginAsync(AssociateApprovedOriginRequest request, AsyncHandler<AssociateApprovedOriginRequest,AssociateApprovedOriginResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates an approved origin to an Amazon Connect instance.
associateApprovedOriginAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateInstanceStorageConfigResult> associateInstanceStorageConfigAsync(AssociateInstanceStorageConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.
This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
associateInstanceStorageConfigAsync
in interface AmazonConnectAsync
public Future<AssociateInstanceStorageConfigResult> associateInstanceStorageConfigAsync(AssociateInstanceStorageConfigRequest request, AsyncHandler<AssociateInstanceStorageConfigRequest,AssociateInstanceStorageConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.
This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
associateInstanceStorageConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateLambdaFunctionResult> associateLambdaFunctionAsync(AssociateLambdaFunctionRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Allows the specified Amazon Connect instance to access the specified Lambda function.
associateLambdaFunctionAsync
in interface AmazonConnectAsync
public Future<AssociateLambdaFunctionResult> associateLambdaFunctionAsync(AssociateLambdaFunctionRequest request, AsyncHandler<AssociateLambdaFunctionRequest,AssociateLambdaFunctionResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Allows the specified Amazon Connect instance to access the specified Lambda function.
associateLambdaFunctionAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateLexBotResult> associateLexBotAsync(AssociateLexBotRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.
associateLexBotAsync
in interface AmazonConnectAsync
public Future<AssociateLexBotResult> associateLexBotAsync(AssociateLexBotRequest request, AsyncHandler<AssociateLexBotRequest,AssociateLexBotResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.
associateLexBotAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateQueueQuickConnectsResult> associateQueueQuickConnectsAsync(AssociateQueueQuickConnectsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a set of quick connects with a queue.
associateQueueQuickConnectsAsync
in interface AmazonConnectAsync
public Future<AssociateQueueQuickConnectsResult> associateQueueQuickConnectsAsync(AssociateQueueQuickConnectsRequest request, AsyncHandler<AssociateQueueQuickConnectsRequest,AssociateQueueQuickConnectsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a set of quick connects with a queue.
associateQueueQuickConnectsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateRoutingProfileQueuesResult> associateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest request)
AmazonConnectAsync
Associates a set of queues with a routing profile.
associateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
public Future<AssociateRoutingProfileQueuesResult> associateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest request, AsyncHandler<AssociateRoutingProfileQueuesRequest,AssociateRoutingProfileQueuesResult> asyncHandler)
AmazonConnectAsync
Associates a set of queues with a routing profile.
associateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateSecurityKeyResult> associateSecurityKeyAsync(AssociateSecurityKeyRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a security key to the instance.
associateSecurityKeyAsync
in interface AmazonConnectAsync
public Future<AssociateSecurityKeyResult> associateSecurityKeyAsync(AssociateSecurityKeyRequest request, AsyncHandler<AssociateSecurityKeyRequest,AssociateSecurityKeyResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Associates a security key to the instance.
associateSecurityKeyAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateContactFlowResult> createContactFlowAsync(CreateContactFlowRequest request)
AmazonConnectAsync
Creates a contact flow for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
createContactFlowAsync
in interface AmazonConnectAsync
public Future<CreateContactFlowResult> createContactFlowAsync(CreateContactFlowRequest request, AsyncHandler<CreateContactFlowRequest,CreateContactFlowResult> asyncHandler)
AmazonConnectAsync
Creates a contact flow for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
createContactFlowAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect.
createInstanceAsync
in interface AmazonConnectAsync
public Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect.
createInstanceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateIntegrationAssociationResult> createIntegrationAssociationAsync(CreateIntegrationAssociationRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Create an AppIntegration association with an Amazon Connect instance.
createIntegrationAssociationAsync
in interface AmazonConnectAsync
public Future<CreateIntegrationAssociationResult> createIntegrationAssociationAsync(CreateIntegrationAssociationRequest request, AsyncHandler<CreateIntegrationAssociationRequest,CreateIntegrationAssociationResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Create an AppIntegration association with an Amazon Connect instance.
createIntegrationAssociationAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQueueResult> createQueueAsync(CreateQueueRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a new queue for the specified Amazon Connect instance.
createQueueAsync
in interface AmazonConnectAsync
public Future<CreateQueueResult> createQueueAsync(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a new queue for the specified Amazon Connect instance.
createQueueAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQuickConnectResult> createQuickConnectAsync(CreateQuickConnectRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a quick connect for the specified Amazon Connect instance.
createQuickConnectAsync
in interface AmazonConnectAsync
public Future<CreateQuickConnectResult> createQuickConnectAsync(CreateQuickConnectRequest request, AsyncHandler<CreateQuickConnectRequest,CreateQuickConnectResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a quick connect for the specified Amazon Connect instance.
createQuickConnectAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRoutingProfileResult> createRoutingProfileAsync(CreateRoutingProfileRequest request)
AmazonConnectAsync
Creates a new routing profile.
createRoutingProfileAsync
in interface AmazonConnectAsync
public Future<CreateRoutingProfileResult> createRoutingProfileAsync(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResult> asyncHandler)
AmazonConnectAsync
Creates a new routing profile.
createRoutingProfileAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateUseCaseResult> createUseCaseAsync(CreateUseCaseRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a use case for an AppIntegration association.
createUseCaseAsync
in interface AmazonConnectAsync
public Future<CreateUseCaseResult> createUseCaseAsync(CreateUseCaseRequest request, AsyncHandler<CreateUseCaseRequest,CreateUseCaseResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Creates a use case for an AppIntegration association.
createUseCaseAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateUserResult> createUserAsync(CreateUserRequest request)
AmazonConnectAsync
Creates a user account for the specified Amazon Connect instance.
For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
createUserAsync
in interface AmazonConnectAsync
public Future<CreateUserResult> createUserAsync(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
AmazonConnectAsync
Creates a user account for the specified Amazon Connect instance.
For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
createUserAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateUserHierarchyGroupResult> createUserHierarchyGroupAsync(CreateUserHierarchyGroupRequest request)
AmazonConnectAsync
Creates a new user hierarchy group.
createUserHierarchyGroupAsync
in interface AmazonConnectAsync
public Future<CreateUserHierarchyGroupResult> createUserHierarchyGroupAsync(CreateUserHierarchyGroupRequest request, AsyncHandler<CreateUserHierarchyGroupRequest,CreateUserHierarchyGroupResult> asyncHandler)
AmazonConnectAsync
Creates a new user hierarchy group.
createUserHierarchyGroupAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes the Amazon Connect instance.
deleteInstanceAsync
in interface AmazonConnectAsync
public Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes the Amazon Connect instance.
deleteInstanceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteIntegrationAssociationResult> deleteIntegrationAssociationAsync(DeleteIntegrationAssociationRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes an AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
deleteIntegrationAssociationAsync
in interface AmazonConnectAsync
public Future<DeleteIntegrationAssociationResult> deleteIntegrationAssociationAsync(DeleteIntegrationAssociationRequest request, AsyncHandler<DeleteIntegrationAssociationRequest,DeleteIntegrationAssociationResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes an AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
deleteIntegrationAssociationAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteQuickConnectResult> deleteQuickConnectAsync(DeleteQuickConnectRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes a quick connect.
deleteQuickConnectAsync
in interface AmazonConnectAsync
public Future<DeleteQuickConnectResult> deleteQuickConnectAsync(DeleteQuickConnectRequest request, AsyncHandler<DeleteQuickConnectRequest,DeleteQuickConnectResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes a quick connect.
deleteQuickConnectAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteUseCaseResult> deleteUseCaseAsync(DeleteUseCaseRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes a use case from an AppIntegration association.
deleteUseCaseAsync
in interface AmazonConnectAsync
public Future<DeleteUseCaseResult> deleteUseCaseAsync(DeleteUseCaseRequest request, AsyncHandler<DeleteUseCaseRequest,DeleteUseCaseResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes a use case from an AppIntegration association.
deleteUseCaseAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest request)
AmazonConnectAsync
Deletes a user account from the specified Amazon Connect instance.
For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance in the Amazon Connect Administrator Guide.
deleteUserAsync
in interface AmazonConnectAsync
public Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
AmazonConnectAsync
Deletes a user account from the specified Amazon Connect instance.
For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance in the Amazon Connect Administrator Guide.
deleteUserAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteUserHierarchyGroupResult> deleteUserHierarchyGroupAsync(DeleteUserHierarchyGroupRequest request)
AmazonConnectAsync
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
deleteUserHierarchyGroupAsync
in interface AmazonConnectAsync
public Future<DeleteUserHierarchyGroupResult> deleteUserHierarchyGroupAsync(DeleteUserHierarchyGroupRequest request, AsyncHandler<DeleteUserHierarchyGroupRequest,DeleteUserHierarchyGroupResult> asyncHandler)
AmazonConnectAsync
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
deleteUserHierarchyGroupAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeContactFlowResult> describeContactFlowAsync(DescribeContactFlowRequest request)
AmazonConnectAsync
Describes the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
describeContactFlowAsync
in interface AmazonConnectAsync
public Future<DescribeContactFlowResult> describeContactFlowAsync(DescribeContactFlowRequest request, AsyncHandler<DescribeContactFlowRequest,DescribeContactFlowResult> asyncHandler)
AmazonConnectAsync
Describes the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
describeContactFlowAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeHoursOfOperationResult> describeHoursOfOperationAsync(DescribeHoursOfOperationRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the hours of operation.
describeHoursOfOperationAsync
in interface AmazonConnectAsync
public Future<DescribeHoursOfOperationResult> describeHoursOfOperationAsync(DescribeHoursOfOperationRequest request, AsyncHandler<DescribeHoursOfOperationRequest,DescribeHoursOfOperationResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the hours of operation.
describeHoursOfOperationAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInstanceResult> describeInstanceAsync(DescribeInstanceRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable.
If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.
describeInstanceAsync
in interface AmazonConnectAsync
public Future<DescribeInstanceResult> describeInstanceAsync(DescribeInstanceRequest request, AsyncHandler<DescribeInstanceRequest,DescribeInstanceResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable.
If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.
describeInstanceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInstanceAttributeResult> describeInstanceAttributeAsync(DescribeInstanceAttributeRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the specified instance attribute.
describeInstanceAttributeAsync
in interface AmazonConnectAsync
public Future<DescribeInstanceAttributeResult> describeInstanceAttributeAsync(DescribeInstanceAttributeRequest request, AsyncHandler<DescribeInstanceAttributeRequest,DescribeInstanceAttributeResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the specified instance attribute.
describeInstanceAttributeAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInstanceStorageConfigResult> describeInstanceStorageConfigAsync(DescribeInstanceStorageConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
describeInstanceStorageConfigAsync
in interface AmazonConnectAsync
public Future<DescribeInstanceStorageConfigResult> describeInstanceStorageConfigAsync(DescribeInstanceStorageConfigRequest request, AsyncHandler<DescribeInstanceStorageConfigRequest,DescribeInstanceStorageConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
describeInstanceStorageConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeQueueResult> describeQueueAsync(DescribeQueueRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the specified queue.
describeQueueAsync
in interface AmazonConnectAsync
public Future<DescribeQueueResult> describeQueueAsync(DescribeQueueRequest request, AsyncHandler<DescribeQueueRequest,DescribeQueueResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the specified queue.
describeQueueAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeQuickConnectResult> describeQuickConnectAsync(DescribeQuickConnectRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the quick connect.
describeQuickConnectAsync
in interface AmazonConnectAsync
public Future<DescribeQuickConnectResult> describeQuickConnectAsync(DescribeQuickConnectRequest request, AsyncHandler<DescribeQuickConnectRequest,DescribeQuickConnectResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Describes the quick connect.
describeQuickConnectAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRoutingProfileResult> describeRoutingProfileAsync(DescribeRoutingProfileRequest request)
AmazonConnectAsync
Describes the specified routing profile.
describeRoutingProfileAsync
in interface AmazonConnectAsync
public Future<DescribeRoutingProfileResult> describeRoutingProfileAsync(DescribeRoutingProfileRequest request, AsyncHandler<DescribeRoutingProfileRequest,DescribeRoutingProfileResult> asyncHandler)
AmazonConnectAsync
Describes the specified routing profile.
describeRoutingProfileAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeUserResult> describeUserAsync(DescribeUserRequest request)
AmazonConnectAsync
Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
describeUserAsync
in interface AmazonConnectAsync
public Future<DescribeUserResult> describeUserAsync(DescribeUserRequest request, AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
AmazonConnectAsync
Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
describeUserAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeUserHierarchyGroupResult> describeUserHierarchyGroupAsync(DescribeUserHierarchyGroupRequest request)
AmazonConnectAsync
Describes the specified hierarchy group.
describeUserHierarchyGroupAsync
in interface AmazonConnectAsync
public Future<DescribeUserHierarchyGroupResult> describeUserHierarchyGroupAsync(DescribeUserHierarchyGroupRequest request, AsyncHandler<DescribeUserHierarchyGroupRequest,DescribeUserHierarchyGroupResult> asyncHandler)
AmazonConnectAsync
Describes the specified hierarchy group.
describeUserHierarchyGroupAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeUserHierarchyStructureResult> describeUserHierarchyStructureAsync(DescribeUserHierarchyStructureRequest request)
AmazonConnectAsync
Describes the hierarchy structure of the specified Amazon Connect instance.
describeUserHierarchyStructureAsync
in interface AmazonConnectAsync
public Future<DescribeUserHierarchyStructureResult> describeUserHierarchyStructureAsync(DescribeUserHierarchyStructureRequest request, AsyncHandler<DescribeUserHierarchyStructureRequest,DescribeUserHierarchyStructureResult> asyncHandler)
AmazonConnectAsync
Describes the hierarchy structure of the specified Amazon Connect instance.
describeUserHierarchyStructureAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateApprovedOriginResult> disassociateApprovedOriginAsync(DisassociateApprovedOriginRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Revokes access to integrated applications from Amazon Connect.
disassociateApprovedOriginAsync
in interface AmazonConnectAsync
public Future<DisassociateApprovedOriginResult> disassociateApprovedOriginAsync(DisassociateApprovedOriginRequest request, AsyncHandler<DisassociateApprovedOriginRequest,DisassociateApprovedOriginResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Revokes access to integrated applications from Amazon Connect.
disassociateApprovedOriginAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateInstanceStorageConfigResult> disassociateInstanceStorageConfigAsync(DisassociateInstanceStorageConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Removes the storage type configurations for the specified resource type and association ID.
disassociateInstanceStorageConfigAsync
in interface AmazonConnectAsync
public Future<DisassociateInstanceStorageConfigResult> disassociateInstanceStorageConfigAsync(DisassociateInstanceStorageConfigRequest request, AsyncHandler<DisassociateInstanceStorageConfigRequest,DisassociateInstanceStorageConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Removes the storage type configurations for the specified resource type and association ID.
disassociateInstanceStorageConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateLambdaFunctionResult> disassociateLambdaFunctionAsync(DisassociateLambdaFunctionRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Remove the Lambda function from the dropdown options available in the relevant contact flow blocks.
disassociateLambdaFunctionAsync
in interface AmazonConnectAsync
public Future<DisassociateLambdaFunctionResult> disassociateLambdaFunctionAsync(DisassociateLambdaFunctionRequest request, AsyncHandler<DisassociateLambdaFunctionRequest,DisassociateLambdaFunctionResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Remove the Lambda function from the dropdown options available in the relevant contact flow blocks.
disassociateLambdaFunctionAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateLexBotResult> disassociateLexBotAsync(DisassociateLexBotRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Revokes authorization from the specified instance to access the specified Amazon Lex bot.
disassociateLexBotAsync
in interface AmazonConnectAsync
public Future<DisassociateLexBotResult> disassociateLexBotAsync(DisassociateLexBotRequest request, AsyncHandler<DisassociateLexBotRequest,DisassociateLexBotResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Revokes authorization from the specified instance to access the specified Amazon Lex bot.
disassociateLexBotAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateQueueQuickConnectsResult> disassociateQueueQuickConnectsAsync(DisassociateQueueQuickConnectsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Disassociates a set of quick connects from a queue.
disassociateQueueQuickConnectsAsync
in interface AmazonConnectAsync
public Future<DisassociateQueueQuickConnectsResult> disassociateQueueQuickConnectsAsync(DisassociateQueueQuickConnectsRequest request, AsyncHandler<DisassociateQueueQuickConnectsRequest,DisassociateQueueQuickConnectsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Disassociates a set of quick connects from a queue.
disassociateQueueQuickConnectsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateRoutingProfileQueuesResult> disassociateRoutingProfileQueuesAsync(DisassociateRoutingProfileQueuesRequest request)
AmazonConnectAsync
Disassociates a set of queues from a routing profile.
disassociateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
public Future<DisassociateRoutingProfileQueuesResult> disassociateRoutingProfileQueuesAsync(DisassociateRoutingProfileQueuesRequest request, AsyncHandler<DisassociateRoutingProfileQueuesRequest,DisassociateRoutingProfileQueuesResult> asyncHandler)
AmazonConnectAsync
Disassociates a set of queues from a routing profile.
disassociateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateSecurityKeyResult> disassociateSecurityKeyAsync(DisassociateSecurityKeyRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes the specified security key.
disassociateSecurityKeyAsync
in interface AmazonConnectAsync
public Future<DisassociateSecurityKeyResult> disassociateSecurityKeyAsync(DisassociateSecurityKeyRequest request, AsyncHandler<DisassociateSecurityKeyRequest,DisassociateSecurityKeyResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Deletes the specified security key.
disassociateSecurityKeyAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetContactAttributesResult> getContactAttributesAsync(GetContactAttributesRequest request)
AmazonConnectAsync
Retrieves the contact attributes for the specified contact.
getContactAttributesAsync
in interface AmazonConnectAsync
public Future<GetContactAttributesResult> getContactAttributesAsync(GetContactAttributesRequest request, AsyncHandler<GetContactAttributesRequest,GetContactAttributesResult> asyncHandler)
AmazonConnectAsync
Retrieves the contact attributes for the specified contact.
getContactAttributesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCurrentMetricDataResult> getCurrentMetricDataAsync(GetCurrentMetricDataRequest request)
AmazonConnectAsync
Gets the real-time metric data from the specified Amazon Connect instance.
For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.
getCurrentMetricDataAsync
in interface AmazonConnectAsync
public Future<GetCurrentMetricDataResult> getCurrentMetricDataAsync(GetCurrentMetricDataRequest request, AsyncHandler<GetCurrentMetricDataRequest,GetCurrentMetricDataResult> asyncHandler)
AmazonConnectAsync
Gets the real-time metric data from the specified Amazon Connect instance.
For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.
getCurrentMetricDataAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFederationTokenResult> getFederationTokenAsync(GetFederationTokenRequest request)
AmazonConnectAsync
Retrieves a token for federation.
getFederationTokenAsync
in interface AmazonConnectAsync
public Future<GetFederationTokenResult> getFederationTokenAsync(GetFederationTokenRequest request, AsyncHandler<GetFederationTokenRequest,GetFederationTokenResult> asyncHandler)
AmazonConnectAsync
Retrieves a token for federation.
getFederationTokenAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMetricDataResult> getMetricDataAsync(GetMetricDataRequest request)
AmazonConnectAsync
Gets historical metric data from the specified Amazon Connect instance.
For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
getMetricDataAsync
in interface AmazonConnectAsync
public Future<GetMetricDataResult> getMetricDataAsync(GetMetricDataRequest request, AsyncHandler<GetMetricDataRequest,GetMetricDataResult> asyncHandler)
AmazonConnectAsync
Gets historical metric data from the specified Amazon Connect instance.
For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
getMetricDataAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListApprovedOriginsResult> listApprovedOriginsAsync(ListApprovedOriginsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all approved origins associated with the instance.
listApprovedOriginsAsync
in interface AmazonConnectAsync
public Future<ListApprovedOriginsResult> listApprovedOriginsAsync(ListApprovedOriginsRequest request, AsyncHandler<ListApprovedOriginsRequest,ListApprovedOriginsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all approved origins associated with the instance.
listApprovedOriginsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListContactFlowsResult> listContactFlowsAsync(ListContactFlowsRequest request)
AmazonConnectAsync
Provides information about the contact flows for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
listContactFlowsAsync
in interface AmazonConnectAsync
public Future<ListContactFlowsResult> listContactFlowsAsync(ListContactFlowsRequest request, AsyncHandler<ListContactFlowsRequest,ListContactFlowsResult> asyncHandler)
AmazonConnectAsync
Provides information about the contact flows for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
listContactFlowsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHoursOfOperationsResult> listHoursOfOperationsAsync(ListHoursOfOperationsRequest request)
AmazonConnectAsync
Provides information about the hours of operation for the specified Amazon Connect instance.
For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.
listHoursOfOperationsAsync
in interface AmazonConnectAsync
public Future<ListHoursOfOperationsResult> listHoursOfOperationsAsync(ListHoursOfOperationsRequest request, AsyncHandler<ListHoursOfOperationsRequest,ListHoursOfOperationsResult> asyncHandler)
AmazonConnectAsync
Provides information about the hours of operation for the specified Amazon Connect instance.
For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.
listHoursOfOperationsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInstanceAttributesResult> listInstanceAttributesAsync(ListInstanceAttributesRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all attribute types for the given instance.
listInstanceAttributesAsync
in interface AmazonConnectAsync
public Future<ListInstanceAttributesResult> listInstanceAttributesAsync(ListInstanceAttributesRequest request, AsyncHandler<ListInstanceAttributesRequest,ListInstanceAttributesResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all attribute types for the given instance.
listInstanceAttributesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInstanceStorageConfigsResult> listInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of storage configs for the identified instance and resource type.
listInstanceStorageConfigsAsync
in interface AmazonConnectAsync
public Future<ListInstanceStorageConfigsResult> listInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest request, AsyncHandler<ListInstanceStorageConfigsRequest,ListInstanceStorageConfigsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of storage configs for the identified instance and resource type.
listInstanceStorageConfigsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.
listInstancesAsync
in interface AmazonConnectAsync
public Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.
listInstancesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListIntegrationAssociationsResult> listIntegrationAssociationsAsync(ListIntegrationAssociationsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Provides summary information about the AppIntegration associations for the specified Amazon Connect instance.
listIntegrationAssociationsAsync
in interface AmazonConnectAsync
public Future<ListIntegrationAssociationsResult> listIntegrationAssociationsAsync(ListIntegrationAssociationsRequest request, AsyncHandler<ListIntegrationAssociationsRequest,ListIntegrationAssociationsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Provides summary information about the AppIntegration associations for the specified Amazon Connect instance.
listIntegrationAssociationsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLambdaFunctionsResult> listLambdaFunctionsAsync(ListLambdaFunctionsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant contact flow blocks.
listLambdaFunctionsAsync
in interface AmazonConnectAsync
public Future<ListLambdaFunctionsResult> listLambdaFunctionsAsync(ListLambdaFunctionsRequest request, AsyncHandler<ListLambdaFunctionsRequest,ListLambdaFunctionsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant contact flow blocks.
listLambdaFunctionsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLexBotsResult> listLexBotsAsync(ListLexBotsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
listLexBotsAsync
in interface AmazonConnectAsync
public Future<ListLexBotsResult> listLexBotsAsync(ListLexBotsRequest request, AsyncHandler<ListLexBotsRequest,ListLexBotsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
listLexBotsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPhoneNumbersResult> listPhoneNumbersAsync(ListPhoneNumbersRequest request)
AmazonConnectAsync
Provides information about the phone numbers for the specified Amazon Connect instance.
For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
listPhoneNumbersAsync
in interface AmazonConnectAsync
public Future<ListPhoneNumbersResult> listPhoneNumbersAsync(ListPhoneNumbersRequest request, AsyncHandler<ListPhoneNumbersRequest,ListPhoneNumbersResult> asyncHandler)
AmazonConnectAsync
Provides information about the phone numbers for the specified Amazon Connect instance.
For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
listPhoneNumbersAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPromptsResult> listPromptsAsync(ListPromptsRequest request)
AmazonConnectAsync
Provides information about the prompts for the specified Amazon Connect instance.
listPromptsAsync
in interface AmazonConnectAsync
public Future<ListPromptsResult> listPromptsAsync(ListPromptsRequest request, AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler)
AmazonConnectAsync
Provides information about the prompts for the specified Amazon Connect instance.
listPromptsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueueQuickConnectsResult> listQueueQuickConnectsAsync(ListQueueQuickConnectsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Lists the quick connects associated with a queue.
listQueueQuickConnectsAsync
in interface AmazonConnectAsync
public Future<ListQueueQuickConnectsResult> listQueueQuickConnectsAsync(ListQueueQuickConnectsRequest request, AsyncHandler<ListQueueQuickConnectsRequest,ListQueueQuickConnectsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Lists the quick connects associated with a queue.
listQueueQuickConnectsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueuesResult> listQueuesAsync(ListQueuesRequest request)
AmazonConnectAsync
Provides information about the queues for the specified Amazon Connect instance.
For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.
listQueuesAsync
in interface AmazonConnectAsync
public Future<ListQueuesResult> listQueuesAsync(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResult> asyncHandler)
AmazonConnectAsync
Provides information about the queues for the specified Amazon Connect instance.
For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.
listQueuesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQuickConnectsResult> listQuickConnectsAsync(ListQuickConnectsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Provides information about the quick connects for the specified Amazon Connect instance.
listQuickConnectsAsync
in interface AmazonConnectAsync
public Future<ListQuickConnectsResult> listQuickConnectsAsync(ListQuickConnectsRequest request, AsyncHandler<ListQuickConnectsRequest,ListQuickConnectsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Provides information about the quick connects for the specified Amazon Connect instance.
listQuickConnectsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRoutingProfileQueuesResult> listRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest request)
AmazonConnectAsync
Lists the queues associated with a routing profile.
listRoutingProfileQueuesAsync
in interface AmazonConnectAsync
public Future<ListRoutingProfileQueuesResult> listRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest request, AsyncHandler<ListRoutingProfileQueuesRequest,ListRoutingProfileQueuesResult> asyncHandler)
AmazonConnectAsync
Lists the queues associated with a routing profile.
listRoutingProfileQueuesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRoutingProfilesResult> listRoutingProfilesAsync(ListRoutingProfilesRequest request)
AmazonConnectAsync
Provides summary information about the routing profiles for the specified Amazon Connect instance.
For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Amazon Connect Administrator Guide.
listRoutingProfilesAsync
in interface AmazonConnectAsync
public Future<ListRoutingProfilesResult> listRoutingProfilesAsync(ListRoutingProfilesRequest request, AsyncHandler<ListRoutingProfilesRequest,ListRoutingProfilesResult> asyncHandler)
AmazonConnectAsync
Provides summary information about the routing profiles for the specified Amazon Connect instance.
For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Amazon Connect Administrator Guide.
listRoutingProfilesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSecurityKeysResult> listSecurityKeysAsync(ListSecurityKeysRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all security keys associated with the instance.
listSecurityKeysAsync
in interface AmazonConnectAsync
public Future<ListSecurityKeysResult> listSecurityKeysAsync(ListSecurityKeysRequest request, AsyncHandler<ListSecurityKeysRequest,ListSecurityKeysResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all security keys associated with the instance.
listSecurityKeysAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSecurityProfilesResult> listSecurityProfilesAsync(ListSecurityProfilesRequest request)
AmazonConnectAsync
Provides summary information about the security profiles for the specified Amazon Connect instance.
For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
listSecurityProfilesAsync
in interface AmazonConnectAsync
public Future<ListSecurityProfilesResult> listSecurityProfilesAsync(ListSecurityProfilesRequest request, AsyncHandler<ListSecurityProfilesRequest,ListSecurityProfilesResult> asyncHandler)
AmazonConnectAsync
Provides summary information about the security profiles for the specified Amazon Connect instance.
For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
listSecurityProfilesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonConnectAsync
Lists the tags for the specified resource.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
listTagsForResourceAsync
in interface AmazonConnectAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonConnectAsync
Lists the tags for the specified resource.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
listTagsForResourceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListUseCasesResult> listUseCasesAsync(ListUseCasesRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Lists the use cases.
listUseCasesAsync
in interface AmazonConnectAsync
request
- Provides summary information about the use cases for the specified Amazon Connect AppIntegration
association.public Future<ListUseCasesResult> listUseCasesAsync(ListUseCasesRequest request, AsyncHandler<ListUseCasesRequest,ListUseCasesResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Lists the use cases.
listUseCasesAsync
in interface AmazonConnectAsync
request
- Provides summary information about the use cases for the specified Amazon Connect AppIntegration
association.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListUserHierarchyGroupsResult> listUserHierarchyGroupsAsync(ListUserHierarchyGroupsRequest request)
AmazonConnectAsync
Provides summary information about the hierarchy groups for the specified Amazon Connect instance.
For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
listUserHierarchyGroupsAsync
in interface AmazonConnectAsync
public Future<ListUserHierarchyGroupsResult> listUserHierarchyGroupsAsync(ListUserHierarchyGroupsRequest request, AsyncHandler<ListUserHierarchyGroupsRequest,ListUserHierarchyGroupsResult> asyncHandler)
AmazonConnectAsync
Provides summary information about the hierarchy groups for the specified Amazon Connect instance.
For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
listUserHierarchyGroupsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListUsersResult> listUsersAsync(ListUsersRequest request)
AmazonConnectAsync
Provides summary information about the users for the specified Amazon Connect instance.
listUsersAsync
in interface AmazonConnectAsync
public Future<ListUsersResult> listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
AmazonConnectAsync
Provides summary information about the users for the specified Amazon Connect instance.
listUsersAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ResumeContactRecordingResult> resumeContactRecordingAsync(ResumeContactRecordingRequest request)
AmazonConnectAsync
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
Only voice recordings are supported at this time.
resumeContactRecordingAsync
in interface AmazonConnectAsync
public Future<ResumeContactRecordingResult> resumeContactRecordingAsync(ResumeContactRecordingRequest request, AsyncHandler<ResumeContactRecordingRequest,ResumeContactRecordingResult> asyncHandler)
AmazonConnectAsync
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
Only voice recordings are supported at this time.
resumeContactRecordingAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartChatContactResult> startChatContactAsync(StartChatContactRequest request)
AmazonConnectAsync
Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.
When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.
A 429 error occurs in two situations:
API rate limit is exceeded. API TPS throttling returns a TooManyRequests
exception from the API
Gateway.
The quota for
concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException
.
For more information about chat, see Chat in the Amazon Connect Administrator Guide.
startChatContactAsync
in interface AmazonConnectAsync
public Future<StartChatContactResult> startChatContactAsync(StartChatContactRequest request, AsyncHandler<StartChatContactRequest,StartChatContactResult> asyncHandler)
AmazonConnectAsync
Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.
When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.
A 429 error occurs in two situations:
API rate limit is exceeded. API TPS throttling returns a TooManyRequests
exception from the API
Gateway.
The quota for
concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException
.
For more information about chat, see Chat in the Amazon Connect Administrator Guide.
startChatContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartContactRecordingResult> startContactRecordingAsync(StartContactRecordingRequest request)
AmazonConnectAsync
Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.
You can use this API to override the recording behavior configured in the Set recording behavior block.
Only voice recordings are supported at this time.
startContactRecordingAsync
in interface AmazonConnectAsync
public Future<StartContactRecordingResult> startContactRecordingAsync(StartContactRecordingRequest request, AsyncHandler<StartContactRecordingRequest,StartContactRecordingResult> asyncHandler)
AmazonConnectAsync
Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.
You can use this API to override the recording behavior configured in the Set recording behavior block.
Only voice recordings are supported at this time.
startContactRecordingAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartOutboundVoiceContactResult> startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request)
AmazonConnectAsync
Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact
flow that's specified (in ContactFlowId
).
Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.
There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.
UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
startOutboundVoiceContactAsync
in interface AmazonConnectAsync
public Future<StartOutboundVoiceContactResult> startOutboundVoiceContactAsync(StartOutboundVoiceContactRequest request, AsyncHandler<StartOutboundVoiceContactRequest,StartOutboundVoiceContactResult> asyncHandler)
AmazonConnectAsync
Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact
flow that's specified (in ContactFlowId
).
Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.
There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.
UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
startOutboundVoiceContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartTaskContactResult> startTaskContactAsync(StartTaskContactRequest request)
AmazonConnectAsync
Initiates a contact flow to start a new task.
startTaskContactAsync
in interface AmazonConnectAsync
public Future<StartTaskContactResult> startTaskContactAsync(StartTaskContactRequest request, AsyncHandler<StartTaskContactRequest,StartTaskContactResult> asyncHandler)
AmazonConnectAsync
Initiates a contact flow to start a new task.
startTaskContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopContactResult> stopContactAsync(StopContactRequest request)
AmazonConnectAsync
Ends the specified contact.
stopContactAsync
in interface AmazonConnectAsync
public Future<StopContactResult> stopContactAsync(StopContactRequest request, AsyncHandler<StopContactRequest,StopContactResult> asyncHandler)
AmazonConnectAsync
Ends the specified contact.
stopContactAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopContactRecordingResult> stopContactRecordingAsync(StopContactRecordingRequest request)
AmazonConnectAsync
Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.
Only voice recordings are supported at this time.
stopContactRecordingAsync
in interface AmazonConnectAsync
public Future<StopContactRecordingResult> stopContactRecordingAsync(StopContactRecordingRequest request, AsyncHandler<StopContactRecordingRequest,StopContactRecordingResult> asyncHandler)
AmazonConnectAsync
Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.
Only voice recordings are supported at this time.
stopContactRecordingAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SuspendContactRecordingResult> suspendContactRecordingAsync(SuspendContactRecordingRequest request)
AmazonConnectAsync
When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.
The period of time that the recording is suspended is filled with silence in the final recording.
Only voice recordings are supported at this time.
suspendContactRecordingAsync
in interface AmazonConnectAsync
public Future<SuspendContactRecordingResult> suspendContactRecordingAsync(SuspendContactRecordingRequest request, AsyncHandler<SuspendContactRecordingRequest,SuspendContactRecordingResult> asyncHandler)
AmazonConnectAsync
When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.
The period of time that the recording is suspended is filled with silence in the final recording.
Only voice recordings are supported at this time.
suspendContactRecordingAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonConnectAsync
Adds the specified tags to the specified resource.
The supported resource types are users, routing profiles, queues, quick connects, and contact flows.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
tagResourceAsync
in interface AmazonConnectAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonConnectAsync
Adds the specified tags to the specified resource.
The supported resource types are users, routing profiles, queues, quick connects, and contact flows.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
tagResourceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonConnectAsync
Removes the specified tags from the specified resource.
untagResourceAsync
in interface AmazonConnectAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonConnectAsync
Removes the specified tags from the specified resource.
untagResourceAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateContactAttributesResult> updateContactAttributesAsync(UpdateContactAttributesRequest request)
AmazonConnectAsync
Creates or updates the contact attributes associated with the specified contact.
You can add or update attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.
Contact attributes are available in Amazon Connect for 24 months, and are then deleted.
Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
updateContactAttributesAsync
in interface AmazonConnectAsync
public Future<UpdateContactAttributesResult> updateContactAttributesAsync(UpdateContactAttributesRequest request, AsyncHandler<UpdateContactAttributesRequest,UpdateContactAttributesResult> asyncHandler)
AmazonConnectAsync
Creates or updates the contact attributes associated with the specified contact.
You can add or update attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.
Contact attributes are available in Amazon Connect for 24 months, and are then deleted.
Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
updateContactAttributesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateContactFlowContentResult> updateContactFlowContentAsync(UpdateContactFlowContentRequest request)
AmazonConnectAsync
Updates the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateContactFlowContentAsync
in interface AmazonConnectAsync
public Future<UpdateContactFlowContentResult> updateContactFlowContentAsync(UpdateContactFlowContentRequest request, AsyncHandler<UpdateContactFlowContentRequest,UpdateContactFlowContentResult> asyncHandler)
AmazonConnectAsync
Updates the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateContactFlowContentAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateContactFlowNameResult> updateContactFlowNameAsync(UpdateContactFlowNameRequest request)
AmazonConnectAsync
The name of the contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateContactFlowNameAsync
in interface AmazonConnectAsync
public Future<UpdateContactFlowNameResult> updateContactFlowNameAsync(UpdateContactFlowNameRequest request, AsyncHandler<UpdateContactFlowNameRequest,UpdateContactFlowNameResult> asyncHandler)
AmazonConnectAsync
The name of the contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateContactFlowNameAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInstanceAttributeResult> updateInstanceAttributeAsync(UpdateInstanceAttributeRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the value for the specified attribute type.
updateInstanceAttributeAsync
in interface AmazonConnectAsync
public Future<UpdateInstanceAttributeResult> updateInstanceAttributeAsync(UpdateInstanceAttributeRequest request, AsyncHandler<UpdateInstanceAttributeRequest,UpdateInstanceAttributeResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the value for the specified attribute type.
updateInstanceAttributeAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInstanceStorageConfigResult> updateInstanceStorageConfigAsync(UpdateInstanceStorageConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates an existing configuration for a resource type. This API is idempotent.
updateInstanceStorageConfigAsync
in interface AmazonConnectAsync
public Future<UpdateInstanceStorageConfigResult> updateInstanceStorageConfigAsync(UpdateInstanceStorageConfigRequest request, AsyncHandler<UpdateInstanceStorageConfigRequest,UpdateInstanceStorageConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates an existing configuration for a resource type. This API is idempotent.
updateInstanceStorageConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueHoursOfOperationResult> updateQueueHoursOfOperationAsync(UpdateQueueHoursOfOperationRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the hours of operation for the specified queue.
updateQueueHoursOfOperationAsync
in interface AmazonConnectAsync
public Future<UpdateQueueHoursOfOperationResult> updateQueueHoursOfOperationAsync(UpdateQueueHoursOfOperationRequest request, AsyncHandler<UpdateQueueHoursOfOperationRequest,UpdateQueueHoursOfOperationResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the hours of operation for the specified queue.
updateQueueHoursOfOperationAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueMaxContactsResult> updateQueueMaxContactsAsync(UpdateQueueMaxContactsRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the maximum number of contacts allowed in a queue before it is considered full.
updateQueueMaxContactsAsync
in interface AmazonConnectAsync
public Future<UpdateQueueMaxContactsResult> updateQueueMaxContactsAsync(UpdateQueueMaxContactsRequest request, AsyncHandler<UpdateQueueMaxContactsRequest,UpdateQueueMaxContactsResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the maximum number of contacts allowed in a queue before it is considered full.
updateQueueMaxContactsAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueNameResult> updateQueueNameAsync(UpdateQueueNameRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the name and description of a queue. At least Name
or Description
must be
provided.
updateQueueNameAsync
in interface AmazonConnectAsync
public Future<UpdateQueueNameResult> updateQueueNameAsync(UpdateQueueNameRequest request, AsyncHandler<UpdateQueueNameRequest,UpdateQueueNameResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the name and description of a queue. At least Name
or Description
must be
provided.
updateQueueNameAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueOutboundCallerConfigResult> updateQueueOutboundCallerConfigAsync(UpdateQueueOutboundCallerConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.
updateQueueOutboundCallerConfigAsync
in interface AmazonConnectAsync
public Future<UpdateQueueOutboundCallerConfigResult> updateQueueOutboundCallerConfigAsync(UpdateQueueOutboundCallerConfigRequest request, AsyncHandler<UpdateQueueOutboundCallerConfigRequest,UpdateQueueOutboundCallerConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.
updateQueueOutboundCallerConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueStatusResult> updateQueueStatusAsync(UpdateQueueStatusRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the status of the queue.
updateQueueStatusAsync
in interface AmazonConnectAsync
public Future<UpdateQueueStatusResult> updateQueueStatusAsync(UpdateQueueStatusRequest request, AsyncHandler<UpdateQueueStatusRequest,UpdateQueueStatusResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the status of the queue.
updateQueueStatusAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQuickConnectConfigResult> updateQuickConnectConfigAsync(UpdateQuickConnectConfigRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the configuration settings for the specified quick connect.
updateQuickConnectConfigAsync
in interface AmazonConnectAsync
public Future<UpdateQuickConnectConfigResult> updateQuickConnectConfigAsync(UpdateQuickConnectConfigRequest request, AsyncHandler<UpdateQuickConnectConfigRequest,UpdateQuickConnectConfigResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the configuration settings for the specified quick connect.
updateQuickConnectConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQuickConnectNameResult> updateQuickConnectNameAsync(UpdateQuickConnectNameRequest request)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the name and description of a quick connect. The request accepts the following data in JSON format. At
least Name
or Description
must be provided.
updateQuickConnectNameAsync
in interface AmazonConnectAsync
public Future<UpdateQuickConnectNameResult> updateQuickConnectNameAsync(UpdateQuickConnectNameRequest request, AsyncHandler<UpdateQuickConnectNameRequest,UpdateQuickConnectNameResult> asyncHandler)
AmazonConnectAsync
This API is in preview release for Amazon Connect and is subject to change.
Updates the name and description of a quick connect. The request accepts the following data in JSON format. At
least Name
or Description
must be provided.
updateQuickConnectNameAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRoutingProfileConcurrencyResult> updateRoutingProfileConcurrencyAsync(UpdateRoutingProfileConcurrencyRequest request)
AmazonConnectAsync
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
updateRoutingProfileConcurrencyAsync
in interface AmazonConnectAsync
public Future<UpdateRoutingProfileConcurrencyResult> updateRoutingProfileConcurrencyAsync(UpdateRoutingProfileConcurrencyRequest request, AsyncHandler<UpdateRoutingProfileConcurrencyRequest,UpdateRoutingProfileConcurrencyResult> asyncHandler)
AmazonConnectAsync
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
updateRoutingProfileConcurrencyAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRoutingProfileDefaultOutboundQueueResult> updateRoutingProfileDefaultOutboundQueueAsync(UpdateRoutingProfileDefaultOutboundQueueRequest request)
AmazonConnectAsync
Updates the default outbound queue of a routing profile.
updateRoutingProfileDefaultOutboundQueueAsync
in interface AmazonConnectAsync
public Future<UpdateRoutingProfileDefaultOutboundQueueResult> updateRoutingProfileDefaultOutboundQueueAsync(UpdateRoutingProfileDefaultOutboundQueueRequest request, AsyncHandler<UpdateRoutingProfileDefaultOutboundQueueRequest,UpdateRoutingProfileDefaultOutboundQueueResult> asyncHandler)
AmazonConnectAsync
Updates the default outbound queue of a routing profile.
updateRoutingProfileDefaultOutboundQueueAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRoutingProfileNameResult> updateRoutingProfileNameAsync(UpdateRoutingProfileNameRequest request)
AmazonConnectAsync
Updates the name and description of a routing profile. The request accepts the following data in JSON format. At
least Name
or Description
must be provided.
updateRoutingProfileNameAsync
in interface AmazonConnectAsync
public Future<UpdateRoutingProfileNameResult> updateRoutingProfileNameAsync(UpdateRoutingProfileNameRequest request, AsyncHandler<UpdateRoutingProfileNameRequest,UpdateRoutingProfileNameResult> asyncHandler)
AmazonConnectAsync
Updates the name and description of a routing profile. The request accepts the following data in JSON format. At
least Name
or Description
must be provided.
updateRoutingProfileNameAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRoutingProfileQueuesResult> updateRoutingProfileQueuesAsync(UpdateRoutingProfileQueuesRequest request)
AmazonConnectAsync
Updates the properties associated with a set of queues for a routing profile.
updateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
public Future<UpdateRoutingProfileQueuesResult> updateRoutingProfileQueuesAsync(UpdateRoutingProfileQueuesRequest request, AsyncHandler<UpdateRoutingProfileQueuesRequest,UpdateRoutingProfileQueuesResult> asyncHandler)
AmazonConnectAsync
Updates the properties associated with a set of queues for a routing profile.
updateRoutingProfileQueuesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserHierarchyResult> updateUserHierarchyAsync(UpdateUserHierarchyRequest request)
AmazonConnectAsync
Assigns the specified hierarchy group to the specified user.
updateUserHierarchyAsync
in interface AmazonConnectAsync
public Future<UpdateUserHierarchyResult> updateUserHierarchyAsync(UpdateUserHierarchyRequest request, AsyncHandler<UpdateUserHierarchyRequest,UpdateUserHierarchyResult> asyncHandler)
AmazonConnectAsync
Assigns the specified hierarchy group to the specified user.
updateUserHierarchyAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserHierarchyGroupNameResult> updateUserHierarchyGroupNameAsync(UpdateUserHierarchyGroupNameRequest request)
AmazonConnectAsync
Updates the name of the user hierarchy group.
updateUserHierarchyGroupNameAsync
in interface AmazonConnectAsync
public Future<UpdateUserHierarchyGroupNameResult> updateUserHierarchyGroupNameAsync(UpdateUserHierarchyGroupNameRequest request, AsyncHandler<UpdateUserHierarchyGroupNameRequest,UpdateUserHierarchyGroupNameResult> asyncHandler)
AmazonConnectAsync
Updates the name of the user hierarchy group.
updateUserHierarchyGroupNameAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserHierarchyStructureResult> updateUserHierarchyStructureAsync(UpdateUserHierarchyStructureRequest request)
AmazonConnectAsync
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
updateUserHierarchyStructureAsync
in interface AmazonConnectAsync
public Future<UpdateUserHierarchyStructureResult> updateUserHierarchyStructureAsync(UpdateUserHierarchyStructureRequest request, AsyncHandler<UpdateUserHierarchyStructureRequest,UpdateUserHierarchyStructureResult> asyncHandler)
AmazonConnectAsync
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
updateUserHierarchyStructureAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserIdentityInfoResult> updateUserIdentityInfoAsync(UpdateUserIdentityInfoRequest request)
AmazonConnectAsync
Updates the identity information for the specified user.
We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo
. Someone with
that ability can change the login credentials of other users by changing their email address. This poses a
security risk to your organization. They can change the email address of a user to the attacker's email address,
and then reset the password through email. For more information, see Best Practices
for Security Profiles in the Amazon Connect Administrator Guide.
updateUserIdentityInfoAsync
in interface AmazonConnectAsync
public Future<UpdateUserIdentityInfoResult> updateUserIdentityInfoAsync(UpdateUserIdentityInfoRequest request, AsyncHandler<UpdateUserIdentityInfoRequest,UpdateUserIdentityInfoResult> asyncHandler)
AmazonConnectAsync
Updates the identity information for the specified user.
We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo
. Someone with
that ability can change the login credentials of other users by changing their email address. This poses a
security risk to your organization. They can change the email address of a user to the attacker's email address,
and then reset the password through email. For more information, see Best Practices
for Security Profiles in the Amazon Connect Administrator Guide.
updateUserIdentityInfoAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserPhoneConfigResult> updateUserPhoneConfigAsync(UpdateUserPhoneConfigRequest request)
AmazonConnectAsync
Updates the phone configuration settings for the specified user.
updateUserPhoneConfigAsync
in interface AmazonConnectAsync
public Future<UpdateUserPhoneConfigResult> updateUserPhoneConfigAsync(UpdateUserPhoneConfigRequest request, AsyncHandler<UpdateUserPhoneConfigRequest,UpdateUserPhoneConfigResult> asyncHandler)
AmazonConnectAsync
Updates the phone configuration settings for the specified user.
updateUserPhoneConfigAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserRoutingProfileResult> updateUserRoutingProfileAsync(UpdateUserRoutingProfileRequest request)
AmazonConnectAsync
Assigns the specified routing profile to the specified user.
updateUserRoutingProfileAsync
in interface AmazonConnectAsync
public Future<UpdateUserRoutingProfileResult> updateUserRoutingProfileAsync(UpdateUserRoutingProfileRequest request, AsyncHandler<UpdateUserRoutingProfileRequest,UpdateUserRoutingProfileResult> asyncHandler)
AmazonConnectAsync
Assigns the specified routing profile to the specified user.
updateUserRoutingProfileAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserSecurityProfilesResult> updateUserSecurityProfilesAsync(UpdateUserSecurityProfilesRequest request)
AmazonConnectAsync
Assigns the specified security profiles to the specified user.
updateUserSecurityProfilesAsync
in interface AmazonConnectAsync
public Future<UpdateUserSecurityProfilesResult> updateUserSecurityProfilesAsync(UpdateUserSecurityProfilesRequest request, AsyncHandler<UpdateUserSecurityProfilesRequest,UpdateUserSecurityProfilesResult> asyncHandler)
AmazonConnectAsync
Assigns the specified security profiles to the specified user.
updateUserSecurityProfilesAsync
in interface AmazonConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.