@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonChimeAsyncClient extends AmazonChimeClient implements AmazonChimeAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
The Amazon Chime API (application programming interface) is designed for administrators to use to perform key tasks, such as creating and managing Amazon Chime accounts and users. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes.
You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.
You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center.
Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI Command Reference.
If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see Signature Version 4 Signing Process in the Amazon Web Services General Reference.
When making REST API calls, use the service name chime
and REST endpoint
https://service.chime.aws.amazon.com
.
Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Control Access to the Amazon Chime Console in the Amazon Chime Administration Guide.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
associatePhoneNumbersWithVoiceConnector, associatePhoneNumberWithUser, batchDeletePhoneNumber, batchSuspendUser, batchUnsuspendUser, batchUpdatePhoneNumber, batchUpdateUser, builder, createAccount, createBot, createPhoneNumberOrder, createVoiceConnector, deleteAccount, deleteEventsConfiguration, deletePhoneNumber, deleteVoiceConnector, deleteVoiceConnectorOrigination, deleteVoiceConnectorTermination, deleteVoiceConnectorTerminationCredentials, disassociatePhoneNumberFromUser, disassociatePhoneNumbersFromVoiceConnector, getAccount, getAccountSettings, getBot, getCachedResponseMetadata, getEventsConfiguration, getGlobalSettings, getPhoneNumber, getPhoneNumberOrder, getUser, getUserSettings, getVoiceConnector, getVoiceConnectorOrigination, getVoiceConnectorTermination, getVoiceConnectorTerminationHealth, inviteUsers, listAccounts, listBots, listPhoneNumberOrders, listPhoneNumbers, listUsers, listVoiceConnectors, listVoiceConnectorTerminationCredentials, logoutUser, putEventsConfiguration, putVoiceConnectorOrigination, putVoiceConnectorTermination, putVoiceConnectorTerminationCredentials, regenerateSecurityToken, resetPersonalPIN, restorePhoneNumber, searchAvailablePhoneNumbers, updateAccount, updateAccountSettings, updateBot, updateGlobalSettings, updatePhoneNumber, updateUser, updateUserSettings, updateVoiceConnector
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associatePhoneNumbersWithVoiceConnector, associatePhoneNumberWithUser, batchDeletePhoneNumber, batchSuspendUser, batchUnsuspendUser, batchUpdatePhoneNumber, batchUpdateUser, createAccount, createBot, createPhoneNumberOrder, createVoiceConnector, deleteAccount, deleteEventsConfiguration, deletePhoneNumber, deleteVoiceConnector, deleteVoiceConnectorOrigination, deleteVoiceConnectorTermination, deleteVoiceConnectorTerminationCredentials, disassociatePhoneNumberFromUser, disassociatePhoneNumbersFromVoiceConnector, getAccount, getAccountSettings, getBot, getCachedResponseMetadata, getEventsConfiguration, getGlobalSettings, getPhoneNumber, getPhoneNumberOrder, getUser, getUserSettings, getVoiceConnector, getVoiceConnectorOrigination, getVoiceConnectorTermination, getVoiceConnectorTerminationHealth, inviteUsers, listAccounts, listBots, listPhoneNumberOrders, listPhoneNumbers, listUsers, listVoiceConnectors, listVoiceConnectorTerminationCredentials, logoutUser, putEventsConfiguration, putVoiceConnectorOrigination, putVoiceConnectorTermination, putVoiceConnectorTerminationCredentials, regenerateSecurityToken, resetPersonalPIN, restorePhoneNumber, searchAvailablePhoneNumbers, updateAccount, updateAccountSettings, updateBot, updateGlobalSettings, updatePhoneNumber, updateUser, updateUserSettings, updateVoiceConnector
public static AmazonChimeAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AssociatePhoneNumberWithUserResult> associatePhoneNumberWithUserAsync(AssociatePhoneNumberWithUserRequest request)
AmazonChimeAsync
Associates a phone number with the specified Amazon Chime user.
associatePhoneNumberWithUserAsync
in interface AmazonChimeAsync
public Future<AssociatePhoneNumberWithUserResult> associatePhoneNumberWithUserAsync(AssociatePhoneNumberWithUserRequest request, AsyncHandler<AssociatePhoneNumberWithUserRequest,AssociatePhoneNumberWithUserResult> asyncHandler)
AmazonChimeAsync
Associates a phone number with the specified Amazon Chime user.
associatePhoneNumberWithUserAsync
in interface AmazonChimeAsync
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<AssociatePhoneNumbersWithVoiceConnectorResult> associatePhoneNumbersWithVoiceConnectorAsync(AssociatePhoneNumbersWithVoiceConnectorRequest request)
AmazonChimeAsync
Associates a phone number with the specified Amazon Chime Voice Connector.
associatePhoneNumbersWithVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<AssociatePhoneNumbersWithVoiceConnectorResult> associatePhoneNumbersWithVoiceConnectorAsync(AssociatePhoneNumbersWithVoiceConnectorRequest request, AsyncHandler<AssociatePhoneNumbersWithVoiceConnectorRequest,AssociatePhoneNumbersWithVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Associates a phone number with the specified Amazon Chime Voice Connector.
associatePhoneNumbersWithVoiceConnectorAsync
in interface AmazonChimeAsync
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<BatchDeletePhoneNumberResult> batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest request)
AmazonChimeAsync
Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
batchDeletePhoneNumberAsync
in interface AmazonChimeAsync
public Future<BatchDeletePhoneNumberResult> batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest request, AsyncHandler<BatchDeletePhoneNumberRequest,BatchDeletePhoneNumberResult> asyncHandler)
AmazonChimeAsync
Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
batchDeletePhoneNumberAsync
in interface AmazonChimeAsync
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<BatchSuspendUserResult> batchSuspendUserAsync(BatchSuspendUserRequest request)
AmazonChimeAsync
Suspends up to 50 users from a Team
or EnterpriseLWA
Amazon Chime account. For more
information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
Users suspended from a Team
account are dissasociated from the account, but they can continue to use
Amazon Chime as free users. To remove the suspension from suspended Team
account users, invite them
to the Team
account again. You can use the InviteUsers action to do so.
Users suspended from an EnterpriseLWA
account are immediately signed out of Amazon Chime and can no
longer sign in. To remove the suspension from suspended EnterpriseLWA
account users, use the
BatchUnsuspendUser action.
To sign out users without suspending them, use the LogoutUser action.
batchSuspendUserAsync
in interface AmazonChimeAsync
public Future<BatchSuspendUserResult> batchSuspendUserAsync(BatchSuspendUserRequest request, AsyncHandler<BatchSuspendUserRequest,BatchSuspendUserResult> asyncHandler)
AmazonChimeAsync
Suspends up to 50 users from a Team
or EnterpriseLWA
Amazon Chime account. For more
information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
Users suspended from a Team
account are dissasociated from the account, but they can continue to use
Amazon Chime as free users. To remove the suspension from suspended Team
account users, invite them
to the Team
account again. You can use the InviteUsers action to do so.
Users suspended from an EnterpriseLWA
account are immediately signed out of Amazon Chime and can no
longer sign in. To remove the suspension from suspended EnterpriseLWA
account users, use the
BatchUnsuspendUser action.
To sign out users without suspending them, use the LogoutUser action.
batchSuspendUserAsync
in interface AmazonChimeAsync
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<BatchUnsuspendUserResult> batchUnsuspendUserAsync(BatchUnsuspendUserRequest request)
AmazonChimeAsync
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA
account. Only users on EnterpriseLWA
accounts can be unsuspended using
this action. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
Previously suspended users who are unsuspended using this action are returned to Registered
status.
Users who are not previously suspended are ignored.
batchUnsuspendUserAsync
in interface AmazonChimeAsync
public Future<BatchUnsuspendUserResult> batchUnsuspendUserAsync(BatchUnsuspendUserRequest request, AsyncHandler<BatchUnsuspendUserRequest,BatchUnsuspendUserResult> asyncHandler)
AmazonChimeAsync
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA
account. Only users on EnterpriseLWA
accounts can be unsuspended using
this action. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
Previously suspended users who are unsuspended using this action are returned to Registered
status.
Users who are not previously suspended are ignored.
batchUnsuspendUserAsync
in interface AmazonChimeAsync
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<BatchUpdatePhoneNumberResult> batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest request)
AmazonChimeAsync
Updates phone number product types. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
batchUpdatePhoneNumberAsync
in interface AmazonChimeAsync
public Future<BatchUpdatePhoneNumberResult> batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest request, AsyncHandler<BatchUpdatePhoneNumberRequest,BatchUpdatePhoneNumberResult> asyncHandler)
AmazonChimeAsync
Updates phone number product types. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
batchUpdatePhoneNumberAsync
in interface AmazonChimeAsync
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<BatchUpdateUserResult> batchUpdateUserAsync(BatchUpdateUserRequest request)
AmazonChimeAsync
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account. Currently, only LicenseType
updates are supported for this action.
batchUpdateUserAsync
in interface AmazonChimeAsync
public Future<BatchUpdateUserResult> batchUpdateUserAsync(BatchUpdateUserRequest request, AsyncHandler<BatchUpdateUserRequest,BatchUpdateUserResult> asyncHandler)
AmazonChimeAsync
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account. Currently, only LicenseType
updates are supported for this action.
batchUpdateUserAsync
in interface AmazonChimeAsync
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<CreateAccountResult> createAccountAsync(CreateAccountRequest request)
AmazonChimeAsync
Creates an Amazon Chime account under the administrator's AWS account. Only Team
account types are
currently supported for this action. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
createAccountAsync
in interface AmazonChimeAsync
public Future<CreateAccountResult> createAccountAsync(CreateAccountRequest request, AsyncHandler<CreateAccountRequest,CreateAccountResult> asyncHandler)
AmazonChimeAsync
Creates an Amazon Chime account under the administrator's AWS account. Only Team
account types are
currently supported for this action. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.
createAccountAsync
in interface AmazonChimeAsync
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<CreateBotResult> createBotAsync(CreateBotRequest request)
AmazonChimeAsync
Creates a bot for an Amazon Chime Enterprise account.
createBotAsync
in interface AmazonChimeAsync
public Future<CreateBotResult> createBotAsync(CreateBotRequest request, AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler)
AmazonChimeAsync
Creates a bot for an Amazon Chime Enterprise account.
createBotAsync
in interface AmazonChimeAsync
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<CreatePhoneNumberOrderResult> createPhoneNumberOrderAsync(CreatePhoneNumberOrderRequest request)
AmazonChimeAsync
Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
createPhoneNumberOrderAsync
in interface AmazonChimeAsync
public Future<CreatePhoneNumberOrderResult> createPhoneNumberOrderAsync(CreatePhoneNumberOrderRequest request, AsyncHandler<CreatePhoneNumberOrderRequest,CreatePhoneNumberOrderResult> asyncHandler)
AmazonChimeAsync
Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
createPhoneNumberOrderAsync
in interface AmazonChimeAsync
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<CreateVoiceConnectorResult> createVoiceConnectorAsync(CreateVoiceConnectorRequest request)
AmazonChimeAsync
Creates an Amazon Chime Voice Connector under the administrator's AWS account. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
createVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<CreateVoiceConnectorResult> createVoiceConnectorAsync(CreateVoiceConnectorRequest request, AsyncHandler<CreateVoiceConnectorRequest,CreateVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Creates an Amazon Chime Voice Connector under the administrator's AWS account. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.
createVoiceConnectorAsync
in interface AmazonChimeAsync
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<DeleteAccountResult> deleteAccountAsync(DeleteAccountRequest request)
AmazonChimeAsync
Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team
account. You can use the BatchSuspendUser action to do so.
For EnterpriseLWA
and EnterpriseAD
accounts, you must release the claimed domains for
your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are
suspended.
Deleted accounts appear in your Disabled
accounts list for 90 days. To restore a deleted account
from your Disabled
accounts list, you must contact AWS Support.
After 90 days, deleted accounts are permanently removed from your Disabled
accounts list.
deleteAccountAsync
in interface AmazonChimeAsync
public Future<DeleteAccountResult> deleteAccountAsync(DeleteAccountRequest request, AsyncHandler<DeleteAccountRequest,DeleteAccountResult> asyncHandler)
AmazonChimeAsync
Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team
account. You can use the BatchSuspendUser action to do so.
For EnterpriseLWA
and EnterpriseAD
accounts, you must release the claimed domains for
your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are
suspended.
Deleted accounts appear in your Disabled
accounts list for 90 days. To restore a deleted account
from your Disabled
accounts list, you must contact AWS Support.
After 90 days, deleted accounts are permanently removed from your Disabled
accounts list.
deleteAccountAsync
in interface AmazonChimeAsync
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<DeleteEventsConfigurationResult> deleteEventsConfigurationAsync(DeleteEventsConfigurationRequest request)
AmazonChimeAsync
Deletes the events configuration that allows a bot to receive outgoing events.
deleteEventsConfigurationAsync
in interface AmazonChimeAsync
public Future<DeleteEventsConfigurationResult> deleteEventsConfigurationAsync(DeleteEventsConfigurationRequest request, AsyncHandler<DeleteEventsConfigurationRequest,DeleteEventsConfigurationResult> asyncHandler)
AmazonChimeAsync
Deletes the events configuration that allows a bot to receive outgoing events.
deleteEventsConfigurationAsync
in interface AmazonChimeAsync
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<DeletePhoneNumberResult> deletePhoneNumberAsync(DeletePhoneNumberRequest request)
AmazonChimeAsync
Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.
Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
deletePhoneNumberAsync
in interface AmazonChimeAsync
public Future<DeletePhoneNumberResult> deletePhoneNumberAsync(DeletePhoneNumberRequest request, AsyncHandler<DeletePhoneNumberRequest,DeletePhoneNumberResult> asyncHandler)
AmazonChimeAsync
Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.
Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
deletePhoneNumberAsync
in interface AmazonChimeAsync
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<DeleteVoiceConnectorResult> deleteVoiceConnectorAsync(DeleteVoiceConnectorRequest request)
AmazonChimeAsync
Deletes the specified Amazon Chime Voice Connector. Any phone numbers assigned to the Amazon Chime Voice Connector must be unassigned from it before it can be deleted.
deleteVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<DeleteVoiceConnectorResult> deleteVoiceConnectorAsync(DeleteVoiceConnectorRequest request, AsyncHandler<DeleteVoiceConnectorRequest,DeleteVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Deletes the specified Amazon Chime Voice Connector. Any phone numbers assigned to the Amazon Chime Voice Connector must be unassigned from it before it can be deleted.
deleteVoiceConnectorAsync
in interface AmazonChimeAsync
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<DeleteVoiceConnectorOriginationResult> deleteVoiceConnectorOriginationAsync(DeleteVoiceConnectorOriginationRequest request)
AmazonChimeAsync
Deletes the origination settings for the specified Amazon Chime Voice Connector.
deleteVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
public Future<DeleteVoiceConnectorOriginationResult> deleteVoiceConnectorOriginationAsync(DeleteVoiceConnectorOriginationRequest request, AsyncHandler<DeleteVoiceConnectorOriginationRequest,DeleteVoiceConnectorOriginationResult> asyncHandler)
AmazonChimeAsync
Deletes the origination settings for the specified Amazon Chime Voice Connector.
deleteVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
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<DeleteVoiceConnectorTerminationResult> deleteVoiceConnectorTerminationAsync(DeleteVoiceConnectorTerminationRequest request)
AmazonChimeAsync
Deletes the termination settings for the specified Amazon Chime Voice Connector.
deleteVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
public Future<DeleteVoiceConnectorTerminationResult> deleteVoiceConnectorTerminationAsync(DeleteVoiceConnectorTerminationRequest request, AsyncHandler<DeleteVoiceConnectorTerminationRequest,DeleteVoiceConnectorTerminationResult> asyncHandler)
AmazonChimeAsync
Deletes the termination settings for the specified Amazon Chime Voice Connector.
deleteVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
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<DeleteVoiceConnectorTerminationCredentialsResult> deleteVoiceConnectorTerminationCredentialsAsync(DeleteVoiceConnectorTerminationCredentialsRequest request)
AmazonChimeAsync
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
deleteVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
public Future<DeleteVoiceConnectorTerminationCredentialsResult> deleteVoiceConnectorTerminationCredentialsAsync(DeleteVoiceConnectorTerminationCredentialsRequest request, AsyncHandler<DeleteVoiceConnectorTerminationCredentialsRequest,DeleteVoiceConnectorTerminationCredentialsResult> asyncHandler)
AmazonChimeAsync
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
deleteVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
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<DisassociatePhoneNumberFromUserResult> disassociatePhoneNumberFromUserAsync(DisassociatePhoneNumberFromUserRequest request)
AmazonChimeAsync
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
disassociatePhoneNumberFromUserAsync
in interface AmazonChimeAsync
public Future<DisassociatePhoneNumberFromUserResult> disassociatePhoneNumberFromUserAsync(DisassociatePhoneNumberFromUserRequest request, AsyncHandler<DisassociatePhoneNumberFromUserRequest,DisassociatePhoneNumberFromUserResult> asyncHandler)
AmazonChimeAsync
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
disassociatePhoneNumberFromUserAsync
in interface AmazonChimeAsync
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<DisassociatePhoneNumbersFromVoiceConnectorResult> disassociatePhoneNumbersFromVoiceConnectorAsync(DisassociatePhoneNumbersFromVoiceConnectorRequest request)
AmazonChimeAsync
Disassociates the specified phone number from the specified Amazon Chime Voice Connector.
disassociatePhoneNumbersFromVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<DisassociatePhoneNumbersFromVoiceConnectorResult> disassociatePhoneNumbersFromVoiceConnectorAsync(DisassociatePhoneNumbersFromVoiceConnectorRequest request, AsyncHandler<DisassociatePhoneNumbersFromVoiceConnectorRequest,DisassociatePhoneNumbersFromVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Disassociates the specified phone number from the specified Amazon Chime Voice Connector.
disassociatePhoneNumbersFromVoiceConnectorAsync
in interface AmazonChimeAsync
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<GetAccountResult> getAccountAsync(GetAccountRequest request)
AmazonChimeAsync
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
getAccountAsync
in interface AmazonChimeAsync
public Future<GetAccountResult> getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
getAccountAsync
in interface AmazonChimeAsync
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<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest request)
AmazonChimeAsync
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
getAccountSettingsAsync
in interface AmazonChimeAsync
public Future<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest request, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
AmazonChimeAsync
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
getAccountSettingsAsync
in interface AmazonChimeAsync
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<GetBotResult> getBotAsync(GetBotRequest request)
AmazonChimeAsync
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
getBotAsync
in interface AmazonChimeAsync
public Future<GetBotResult> getBotAsync(GetBotRequest request, AsyncHandler<GetBotRequest,GetBotResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
getBotAsync
in interface AmazonChimeAsync
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<GetEventsConfigurationResult> getEventsConfigurationAsync(GetEventsConfigurationRequest request)
AmazonChimeAsync
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.
getEventsConfigurationAsync
in interface AmazonChimeAsync
public Future<GetEventsConfigurationResult> getEventsConfigurationAsync(GetEventsConfigurationRequest request, AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler)
AmazonChimeAsync
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.
getEventsConfigurationAsync
in interface AmazonChimeAsync
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<GetGlobalSettingsResult> getGlobalSettingsAsync(GetGlobalSettingsRequest request)
AmazonChimeAsync
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
getGlobalSettingsAsync
in interface AmazonChimeAsync
public Future<GetGlobalSettingsResult> getGlobalSettingsAsync(GetGlobalSettingsRequest request, AsyncHandler<GetGlobalSettingsRequest,GetGlobalSettingsResult> asyncHandler)
AmazonChimeAsync
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
getGlobalSettingsAsync
in interface AmazonChimeAsync
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<GetPhoneNumberResult> getPhoneNumberAsync(GetPhoneNumberRequest request)
AmazonChimeAsync
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
getPhoneNumberAsync
in interface AmazonChimeAsync
public Future<GetPhoneNumberResult> getPhoneNumberAsync(GetPhoneNumberRequest request, AsyncHandler<GetPhoneNumberRequest,GetPhoneNumberResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
getPhoneNumberAsync
in interface AmazonChimeAsync
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<GetPhoneNumberOrderResult> getPhoneNumberOrderAsync(GetPhoneNumberOrderRequest request)
AmazonChimeAsync
Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.
getPhoneNumberOrderAsync
in interface AmazonChimeAsync
public Future<GetPhoneNumberOrderResult> getPhoneNumberOrderAsync(GetPhoneNumberOrderRequest request, AsyncHandler<GetPhoneNumberOrderRequest,GetPhoneNumberOrderResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.
getPhoneNumberOrderAsync
in interface AmazonChimeAsync
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<GetUserResult> getUserAsync(GetUserRequest request)
AmazonChimeAsync
Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.
To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.
getUserAsync
in interface AmazonChimeAsync
public Future<GetUserResult> getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.
To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.
getUserAsync
in interface AmazonChimeAsync
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<GetUserSettingsResult> getUserSettingsAsync(GetUserSettingsRequest request)
AmazonChimeAsync
Retrieves settings for the specified user ID, such as any associated phone number settings.
getUserSettingsAsync
in interface AmazonChimeAsync
public Future<GetUserSettingsResult> getUserSettingsAsync(GetUserSettingsRequest request, AsyncHandler<GetUserSettingsRequest,GetUserSettingsResult> asyncHandler)
AmazonChimeAsync
Retrieves settings for the specified user ID, such as any associated phone number settings.
getUserSettingsAsync
in interface AmazonChimeAsync
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<GetVoiceConnectorResult> getVoiceConnectorAsync(GetVoiceConnectorRequest request)
AmazonChimeAsync
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.
getVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<GetVoiceConnectorResult> getVoiceConnectorAsync(GetVoiceConnectorRequest request, AsyncHandler<GetVoiceConnectorRequest,GetVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.
getVoiceConnectorAsync
in interface AmazonChimeAsync
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<GetVoiceConnectorOriginationResult> getVoiceConnectorOriginationAsync(GetVoiceConnectorOriginationRequest request)
AmazonChimeAsync
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
public Future<GetVoiceConnectorOriginationResult> getVoiceConnectorOriginationAsync(GetVoiceConnectorOriginationRequest request, AsyncHandler<GetVoiceConnectorOriginationRequest,GetVoiceConnectorOriginationResult> asyncHandler)
AmazonChimeAsync
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
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<GetVoiceConnectorTerminationResult> getVoiceConnectorTerminationAsync(GetVoiceConnectorTerminationRequest request)
AmazonChimeAsync
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
public Future<GetVoiceConnectorTerminationResult> getVoiceConnectorTerminationAsync(GetVoiceConnectorTerminationRequest request, AsyncHandler<GetVoiceConnectorTerminationRequest,GetVoiceConnectorTerminationResult> asyncHandler)
AmazonChimeAsync
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
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<GetVoiceConnectorTerminationHealthResult> getVoiceConnectorTerminationHealthAsync(GetVoiceConnectorTerminationHealthRequest request)
AmazonChimeAsync
Retrieves information about the last time a SIP OPTIONS
ping was received from your SIP
infrastructure for the specified Amazon Chime Voice Connector.
getVoiceConnectorTerminationHealthAsync
in interface AmazonChimeAsync
public Future<GetVoiceConnectorTerminationHealthResult> getVoiceConnectorTerminationHealthAsync(GetVoiceConnectorTerminationHealthRequest request, AsyncHandler<GetVoiceConnectorTerminationHealthRequest,GetVoiceConnectorTerminationHealthResult> asyncHandler)
AmazonChimeAsync
Retrieves information about the last time a SIP OPTIONS
ping was received from your SIP
infrastructure for the specified Amazon Chime Voice Connector.
getVoiceConnectorTerminationHealthAsync
in interface AmazonChimeAsync
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<InviteUsersResult> inviteUsersAsync(InviteUsersRequest request)
AmazonChimeAsync
Sends email invites to as many as 50 users, inviting them to the specified Amazon Chime Team
account. Only Team
account types are currently supported for this action.
inviteUsersAsync
in interface AmazonChimeAsync
public Future<InviteUsersResult> inviteUsersAsync(InviteUsersRequest request, AsyncHandler<InviteUsersRequest,InviteUsersResult> asyncHandler)
AmazonChimeAsync
Sends email invites to as many as 50 users, inviting them to the specified Amazon Chime Team
account. Only Team
account types are currently supported for this action.
inviteUsersAsync
in interface AmazonChimeAsync
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<ListAccountsResult> listAccountsAsync(ListAccountsRequest request)
AmazonChimeAsync
Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.
listAccountsAsync
in interface AmazonChimeAsync
public Future<ListAccountsResult> listAccountsAsync(ListAccountsRequest request, AsyncHandler<ListAccountsRequest,ListAccountsResult> asyncHandler)
AmazonChimeAsync
Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.
listAccountsAsync
in interface AmazonChimeAsync
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<ListBotsResult> listBotsAsync(ListBotsRequest request)
AmazonChimeAsync
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
listBotsAsync
in interface AmazonChimeAsync
public Future<ListBotsResult> listBotsAsync(ListBotsRequest request, AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler)
AmazonChimeAsync
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
listBotsAsync
in interface AmazonChimeAsync
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<ListPhoneNumberOrdersResult> listPhoneNumberOrdersAsync(ListPhoneNumberOrdersRequest request)
AmazonChimeAsync
Lists the phone number orders for the administrator's Amazon Chime account.
listPhoneNumberOrdersAsync
in interface AmazonChimeAsync
public Future<ListPhoneNumberOrdersResult> listPhoneNumberOrdersAsync(ListPhoneNumberOrdersRequest request, AsyncHandler<ListPhoneNumberOrdersRequest,ListPhoneNumberOrdersResult> asyncHandler)
AmazonChimeAsync
Lists the phone number orders for the administrator's Amazon Chime account.
listPhoneNumberOrdersAsync
in interface AmazonChimeAsync
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)
AmazonChimeAsync
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, or Amazon Chime Voice Connector.
listPhoneNumbersAsync
in interface AmazonChimeAsync
public Future<ListPhoneNumbersResult> listPhoneNumbersAsync(ListPhoneNumbersRequest request, AsyncHandler<ListPhoneNumbersRequest,ListPhoneNumbersResult> asyncHandler)
AmazonChimeAsync
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, or Amazon Chime Voice Connector.
listPhoneNumbersAsync
in interface AmazonChimeAsync
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)
AmazonChimeAsync
Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.
listUsersAsync
in interface AmazonChimeAsync
public Future<ListUsersResult> listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
AmazonChimeAsync
Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.
listUsersAsync
in interface AmazonChimeAsync
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<ListVoiceConnectorTerminationCredentialsResult> listVoiceConnectorTerminationCredentialsAsync(ListVoiceConnectorTerminationCredentialsRequest request)
AmazonChimeAsync
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
listVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
public Future<ListVoiceConnectorTerminationCredentialsResult> listVoiceConnectorTerminationCredentialsAsync(ListVoiceConnectorTerminationCredentialsRequest request, AsyncHandler<ListVoiceConnectorTerminationCredentialsRequest,ListVoiceConnectorTerminationCredentialsResult> asyncHandler)
AmazonChimeAsync
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
listVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
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<ListVoiceConnectorsResult> listVoiceConnectorsAsync(ListVoiceConnectorsRequest request)
AmazonChimeAsync
Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
listVoiceConnectorsAsync
in interface AmazonChimeAsync
public Future<ListVoiceConnectorsResult> listVoiceConnectorsAsync(ListVoiceConnectorsRequest request, AsyncHandler<ListVoiceConnectorsRequest,ListVoiceConnectorsResult> asyncHandler)
AmazonChimeAsync
Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
listVoiceConnectorsAsync
in interface AmazonChimeAsync
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<LogoutUserResult> logoutUserAsync(LogoutUserRequest request)
AmazonChimeAsync
Logs out the specified user from all of the devices they are currently logged into.
logoutUserAsync
in interface AmazonChimeAsync
public Future<LogoutUserResult> logoutUserAsync(LogoutUserRequest request, AsyncHandler<LogoutUserRequest,LogoutUserResult> asyncHandler)
AmazonChimeAsync
Logs out the specified user from all of the devices they are currently logged into.
logoutUserAsync
in interface AmazonChimeAsync
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<PutEventsConfigurationResult> putEventsConfigurationAsync(PutEventsConfigurationRequest request)
AmazonChimeAsync
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.
putEventsConfigurationAsync
in interface AmazonChimeAsync
public Future<PutEventsConfigurationResult> putEventsConfigurationAsync(PutEventsConfigurationRequest request, AsyncHandler<PutEventsConfigurationRequest,PutEventsConfigurationResult> asyncHandler)
AmazonChimeAsync
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.
putEventsConfigurationAsync
in interface AmazonChimeAsync
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<PutVoiceConnectorOriginationResult> putVoiceConnectorOriginationAsync(PutVoiceConnectorOriginationRequest request)
AmazonChimeAsync
Adds origination settings for the specified Amazon Chime Voice Connector.
putVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
public Future<PutVoiceConnectorOriginationResult> putVoiceConnectorOriginationAsync(PutVoiceConnectorOriginationRequest request, AsyncHandler<PutVoiceConnectorOriginationRequest,PutVoiceConnectorOriginationResult> asyncHandler)
AmazonChimeAsync
Adds origination settings for the specified Amazon Chime Voice Connector.
putVoiceConnectorOriginationAsync
in interface AmazonChimeAsync
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<PutVoiceConnectorTerminationResult> putVoiceConnectorTerminationAsync(PutVoiceConnectorTerminationRequest request)
AmazonChimeAsync
Adds termination settings for the specified Amazon Chime Voice Connector.
putVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
public Future<PutVoiceConnectorTerminationResult> putVoiceConnectorTerminationAsync(PutVoiceConnectorTerminationRequest request, AsyncHandler<PutVoiceConnectorTerminationRequest,PutVoiceConnectorTerminationResult> asyncHandler)
AmazonChimeAsync
Adds termination settings for the specified Amazon Chime Voice Connector.
putVoiceConnectorTerminationAsync
in interface AmazonChimeAsync
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<PutVoiceConnectorTerminationCredentialsResult> putVoiceConnectorTerminationCredentialsAsync(PutVoiceConnectorTerminationCredentialsRequest request)
AmazonChimeAsync
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
putVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
public Future<PutVoiceConnectorTerminationCredentialsResult> putVoiceConnectorTerminationCredentialsAsync(PutVoiceConnectorTerminationCredentialsRequest request, AsyncHandler<PutVoiceConnectorTerminationCredentialsRequest,PutVoiceConnectorTerminationCredentialsResult> asyncHandler)
AmazonChimeAsync
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
putVoiceConnectorTerminationCredentialsAsync
in interface AmazonChimeAsync
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<RegenerateSecurityTokenResult> regenerateSecurityTokenAsync(RegenerateSecurityTokenRequest request)
AmazonChimeAsync
Regenerates the security token for a bot.
regenerateSecurityTokenAsync
in interface AmazonChimeAsync
public Future<RegenerateSecurityTokenResult> regenerateSecurityTokenAsync(RegenerateSecurityTokenRequest request, AsyncHandler<RegenerateSecurityTokenRequest,RegenerateSecurityTokenResult> asyncHandler)
AmazonChimeAsync
Regenerates the security token for a bot.
regenerateSecurityTokenAsync
in interface AmazonChimeAsync
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<ResetPersonalPINResult> resetPersonalPINAsync(ResetPersonalPINRequest request)
AmazonChimeAsync
Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.
resetPersonalPINAsync
in interface AmazonChimeAsync
public Future<ResetPersonalPINResult> resetPersonalPINAsync(ResetPersonalPINRequest request, AsyncHandler<ResetPersonalPINRequest,ResetPersonalPINResult> asyncHandler)
AmazonChimeAsync
Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.
resetPersonalPINAsync
in interface AmazonChimeAsync
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<RestorePhoneNumberResult> restorePhoneNumberAsync(RestorePhoneNumberRequest request)
AmazonChimeAsync
Moves a phone number from the Deletion queue back into the phone number Inventory.
restorePhoneNumberAsync
in interface AmazonChimeAsync
public Future<RestorePhoneNumberResult> restorePhoneNumberAsync(RestorePhoneNumberRequest request, AsyncHandler<RestorePhoneNumberRequest,RestorePhoneNumberResult> asyncHandler)
AmazonChimeAsync
Moves a phone number from the Deletion queue back into the phone number Inventory.
restorePhoneNumberAsync
in interface AmazonChimeAsync
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<SearchAvailablePhoneNumbersResult> searchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest request)
AmazonChimeAsync
Searches phone numbers that can be ordered.
searchAvailablePhoneNumbersAsync
in interface AmazonChimeAsync
public Future<SearchAvailablePhoneNumbersResult> searchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest request, AsyncHandler<SearchAvailablePhoneNumbersRequest,SearchAvailablePhoneNumbersResult> asyncHandler)
AmazonChimeAsync
Searches phone numbers that can be ordered.
searchAvailablePhoneNumbersAsync
in interface AmazonChimeAsync
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<UpdateAccountResult> updateAccountAsync(UpdateAccountRequest request)
AmazonChimeAsync
Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.
updateAccountAsync
in interface AmazonChimeAsync
public Future<UpdateAccountResult> updateAccountAsync(UpdateAccountRequest request, AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler)
AmazonChimeAsync
Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.
updateAccountAsync
in interface AmazonChimeAsync
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<UpdateAccountSettingsResult> updateAccountSettingsAsync(UpdateAccountSettingsRequest request)
AmazonChimeAsync
Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
updateAccountSettingsAsync
in interface AmazonChimeAsync
public Future<UpdateAccountSettingsResult> updateAccountSettingsAsync(UpdateAccountSettingsRequest request, AsyncHandler<UpdateAccountSettingsRequest,UpdateAccountSettingsResult> asyncHandler)
AmazonChimeAsync
Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
updateAccountSettingsAsync
in interface AmazonChimeAsync
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<UpdateBotResult> updateBotAsync(UpdateBotRequest request)
AmazonChimeAsync
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
updateBotAsync
in interface AmazonChimeAsync
public Future<UpdateBotResult> updateBotAsync(UpdateBotRequest request, AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler)
AmazonChimeAsync
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
updateBotAsync
in interface AmazonChimeAsync
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<UpdateGlobalSettingsResult> updateGlobalSettingsAsync(UpdateGlobalSettingsRequest request)
AmazonChimeAsync
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
updateGlobalSettingsAsync
in interface AmazonChimeAsync
public Future<UpdateGlobalSettingsResult> updateGlobalSettingsAsync(UpdateGlobalSettingsRequest request, AsyncHandler<UpdateGlobalSettingsRequest,UpdateGlobalSettingsResult> asyncHandler)
AmazonChimeAsync
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
updateGlobalSettingsAsync
in interface AmazonChimeAsync
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<UpdatePhoneNumberResult> updatePhoneNumberAsync(UpdatePhoneNumberRequest request)
AmazonChimeAsync
Updates phone number details, such as product type, for the specified phone number ID. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
updatePhoneNumberAsync
in interface AmazonChimeAsync
public Future<UpdatePhoneNumberResult> updatePhoneNumberAsync(UpdatePhoneNumberRequest request, AsyncHandler<UpdatePhoneNumberRequest,UpdatePhoneNumberResult> asyncHandler)
AmazonChimeAsync
Updates phone number details, such as product type, for the specified phone number ID. For toll-free numbers, you can use only the Amazon Chime Voice Connector product type.
updatePhoneNumberAsync
in interface AmazonChimeAsync
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<UpdateUserResult> updateUserAsync(UpdateUserRequest request)
AmazonChimeAsync
Updates user details for a specified user ID. Currently, only LicenseType
updates are supported for
this action.
updateUserAsync
in interface AmazonChimeAsync
public Future<UpdateUserResult> updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
AmazonChimeAsync
Updates user details for a specified user ID. Currently, only LicenseType
updates are supported for
this action.
updateUserAsync
in interface AmazonChimeAsync
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<UpdateUserSettingsResult> updateUserSettingsAsync(UpdateUserSettingsRequest request)
AmazonChimeAsync
Updates the settings for the specified user, such as phone number settings.
updateUserSettingsAsync
in interface AmazonChimeAsync
public Future<UpdateUserSettingsResult> updateUserSettingsAsync(UpdateUserSettingsRequest request, AsyncHandler<UpdateUserSettingsRequest,UpdateUserSettingsResult> asyncHandler)
AmazonChimeAsync
Updates the settings for the specified user, such as phone number settings.
updateUserSettingsAsync
in interface AmazonChimeAsync
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<UpdateVoiceConnectorResult> updateVoiceConnectorAsync(UpdateVoiceConnectorRequest request)
AmazonChimeAsync
Updates details for the specified Amazon Chime Voice Connector.
updateVoiceConnectorAsync
in interface AmazonChimeAsync
public Future<UpdateVoiceConnectorResult> updateVoiceConnectorAsync(UpdateVoiceConnectorRequest request, AsyncHandler<UpdateVoiceConnectorRequest,UpdateVoiceConnectorResult> asyncHandler)
AmazonChimeAsync
Updates details for the specified Amazon Chime Voice Connector.
updateVoiceConnectorAsync
in interface AmazonChimeAsync
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 void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonChime
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.