All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.chime.AmazonChimeAsync Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Chime module holds the client classes that are used for communicating with Amazon Chime Service

The newest version!
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.chime;

import javax.annotation.Generated;

import com.amazonaws.services.chime.model.*;

/**
 * Interface for accessing Amazon Chime asynchronously. Each asynchronous method will return a Java Future object
 * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive
 * notification when an asynchronous operation completes.
 * 

* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.chime.AbstractAmazonChimeAsync} instead. *

*

* *

* Most of these APIs are no longer supported and will not be updated. We recommend using the latest versions in * the Amazon Chime SDK API * reference, in the Amazon Chime SDK. *

*

* Using the latest versions requires migrating to dedicated namespaces. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

* *

* The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as * creating and managing Amazon Chime accounts, users, and Voice Connectors. 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 for Amazon Chime. * We recommend using an AWS SDK or the AWS CLI. The page for each API action contains a See Also section that * includes links to information about using the action with a language-specific AWS SDK or the AWS CLI. *

*
*
Using an AWS SDK
*
*

* 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. *

*
*
Using the AWS CLI
*
*

* 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. *

*
*
Using REST APIs
*
*

* 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 * Identity and Access Management for Amazon * Chime in the Amazon Chime Administration Guide. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AmazonChimeAsync extends AmazonChime { /** *

* Associates a phone number with the specified Amazon Chime user. *

* * @param associatePhoneNumberWithUserRequest * @return A Java Future containing the result of the AssociatePhoneNumberWithUser operation returned by the * service. * @sample AmazonChimeAsync.AssociatePhoneNumberWithUser * @see AWS API Documentation */ java.util.concurrent.Future associatePhoneNumberWithUserAsync( AssociatePhoneNumberWithUserRequest associatePhoneNumberWithUserRequest); /** *

* Associates a phone number with the specified Amazon Chime user. *

* * @param associatePhoneNumberWithUserRequest * @param 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. * @return A Java Future containing the result of the AssociatePhoneNumberWithUser operation returned by the * service. * @sample AmazonChimeAsyncHandler.AssociatePhoneNumberWithUser * @see AWS API Documentation */ java.util.concurrent.Future associatePhoneNumberWithUserAsync( AssociatePhoneNumberWithUserRequest associatePhoneNumberWithUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Associates phone numbers with the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param associatePhoneNumbersWithVoiceConnectorRequest * @return A Java Future containing the result of the AssociatePhoneNumbersWithVoiceConnector operation returned by * the service. * @sample AmazonChimeAsync.AssociatePhoneNumbersWithVoiceConnector * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future associatePhoneNumbersWithVoiceConnectorAsync( AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest); /** *

* Associates phone numbers with the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param associatePhoneNumbersWithVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the AssociatePhoneNumbersWithVoiceConnector operation returned by * the service. * @sample AmazonChimeAsyncHandler.AssociatePhoneNumbersWithVoiceConnector * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future associatePhoneNumbersWithVoiceConnectorAsync( AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Associates phone numbers with the specified Amazon Chime Voice Connector group. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param associatePhoneNumbersWithVoiceConnectorGroupRequest * @return A Java Future containing the result of the AssociatePhoneNumbersWithVoiceConnectorGroup operation * returned by the service. * @sample AmazonChimeAsync.AssociatePhoneNumbersWithVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future associatePhoneNumbersWithVoiceConnectorGroupAsync( AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest); /** *

* Associates phone numbers with the specified Amazon Chime Voice Connector group. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param associatePhoneNumbersWithVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the AssociatePhoneNumbersWithVoiceConnectorGroup operation * returned by the service. * @sample AmazonChimeAsyncHandler.AssociatePhoneNumbersWithVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future associatePhoneNumbersWithVoiceConnectorGroupAsync( AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Associates the specified sign-in delegate groups with the specified Amazon Chime account. *

* * @param associateSigninDelegateGroupsWithAccountRequest * @return A Java Future containing the result of the AssociateSigninDelegateGroupsWithAccount operation returned by * the service. * @sample AmazonChimeAsync.AssociateSigninDelegateGroupsWithAccount * @see AWS API Documentation */ java.util.concurrent.Future associateSigninDelegateGroupsWithAccountAsync( AssociateSigninDelegateGroupsWithAccountRequest associateSigninDelegateGroupsWithAccountRequest); /** *

* Associates the specified sign-in delegate groups with the specified Amazon Chime account. *

* * @param associateSigninDelegateGroupsWithAccountRequest * @param 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. * @return A Java Future containing the result of the AssociateSigninDelegateGroupsWithAccount operation returned by * the service. * @sample AmazonChimeAsyncHandler.AssociateSigninDelegateGroupsWithAccount * @see AWS API Documentation */ java.util.concurrent.Future associateSigninDelegateGroupsWithAccountAsync( AssociateSigninDelegateGroupsWithAccountRequest associateSigninDelegateGroupsWithAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates up to 100 new attendees for an active Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * BatchCreateAttendee, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* * @param batchCreateAttendeeRequest * @return A Java Future containing the result of the BatchCreateAttendee operation returned by the service. * @sample AmazonChimeAsync.BatchCreateAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest); /** *

* Creates up to 100 new attendees for an active Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * BatchCreateAttendee, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* * @param batchCreateAttendeeRequest * @param 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. * @return A Java Future containing the result of the BatchCreateAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchCreateAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds a specified number of users to a channel. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param batchCreateChannelMembershipRequest * @return A Java Future containing the result of the BatchCreateChannelMembership operation returned by the * service. * @sample AmazonChimeAsync.BatchCreateChannelMembership * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future batchCreateChannelMembershipAsync( BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest); /** *

* Adds a specified number of users to a channel. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param batchCreateChannelMembershipRequest * @param 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. * @return A Java Future containing the result of the BatchCreateChannelMembership operation returned by the * service. * @sample AmazonChimeAsyncHandler.BatchCreateChannelMembership * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future batchCreateChannelMembershipAsync( BatchCreateChannelMembershipRequest batchCreateChannelMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The * member role designates whether the member is a chat room administrator or a general chat room member. *

* * @param batchCreateRoomMembershipRequest * @return A Java Future containing the result of the BatchCreateRoomMembership operation returned by the service. * @sample AmazonChimeAsync.BatchCreateRoomMembership * @see AWS API Documentation */ java.util.concurrent.Future batchCreateRoomMembershipAsync( BatchCreateRoomMembershipRequest batchCreateRoomMembershipRequest); /** *

* Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The * member role designates whether the member is a chat room administrator or a general chat room member. *

* * @param batchCreateRoomMembershipRequest * @param 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. * @return A Java Future containing the result of the BatchCreateRoomMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchCreateRoomMembership * @see AWS API Documentation */ java.util.concurrent.Future batchCreateRoomMembershipAsync( BatchCreateRoomMembershipRequest batchCreateRoomMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param batchDeletePhoneNumberRequest * @return A Java Future containing the result of the BatchDeletePhoneNumber operation returned by the service. * @sample AmazonChimeAsync.BatchDeletePhoneNumber * @see AWS * API Documentation */ java.util.concurrent.Future batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest); /** *

* 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. *

* * @param batchDeletePhoneNumberRequest * @param 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. * @return A Java Future containing the result of the BatchDeletePhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchDeletePhoneNumber * @see AWS * API Documentation */ java.util.concurrent.Future batchDeletePhoneNumberAsync(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 disassociated 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. *

* * @param batchSuspendUserRequest * @return A Java Future containing the result of the BatchSuspendUser operation returned by the service. * @sample AmazonChimeAsync.BatchSuspendUser * @see AWS API * Documentation */ java.util.concurrent.Future batchSuspendUserAsync(BatchSuspendUserRequest batchSuspendUserRequest); /** *

* 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 disassociated 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. *

* * @param batchSuspendUserRequest * @param 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. * @return A Java Future containing the result of the BatchSuspendUser operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchSuspendUser * @see AWS API * Documentation */ java.util.concurrent.Future batchSuspendUserAsync(BatchSuspendUserRequest batchSuspendUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 account types, 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. *

* * @param batchUnsuspendUserRequest * @return A Java Future containing the result of the BatchUnsuspendUser operation returned by the service. * @sample AmazonChimeAsync.BatchUnsuspendUser * @see AWS API * Documentation */ java.util.concurrent.Future batchUnsuspendUserAsync(BatchUnsuspendUserRequest batchUnsuspendUserRequest); /** *

* 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 account types, 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. *

* * @param batchUnsuspendUserRequest * @param 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. * @return A Java Future containing the result of the BatchUnsuspendUser operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchUnsuspendUser * @see AWS API * Documentation */ java.util.concurrent.Future batchUnsuspendUserAsync(BatchUnsuspendUserRequest batchUnsuspendUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates phone number product types or calling names. You can update one attribute at a time for each * UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name. *

*

* For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the * U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. *

*

* Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names * must be complete before you can request another update. *

* * @param batchUpdatePhoneNumberRequest * @return A Java Future containing the result of the BatchUpdatePhoneNumber operation returned by the service. * @sample AmazonChimeAsync.BatchUpdatePhoneNumber * @see AWS * API Documentation */ java.util.concurrent.Future batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest); /** *

* Updates phone number product types or calling names. You can update one attribute at a time for each * UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name. *

*

* For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the * U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. *

*

* Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names * must be complete before you can request another update. *

* * @param batchUpdatePhoneNumberRequest * @param 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. * @return A Java Future containing the result of the BatchUpdatePhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchUpdatePhoneNumber * @see AWS * API Documentation */ java.util.concurrent.Future batchUpdatePhoneNumberAsync(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param batchUpdateUserRequest * @return A Java Future containing the result of the BatchUpdateUser operation returned by the service. * @sample AmazonChimeAsync.BatchUpdateUser * @see AWS API * Documentation */ java.util.concurrent.Future batchUpdateUserAsync(BatchUpdateUserRequest batchUpdateUserRequest); /** *

* 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. *

* * @param batchUpdateUserRequest * @param 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. * @return A Java Future containing the result of the BatchUpdateUser operation returned by the service. * @sample AmazonChimeAsyncHandler.BatchUpdateUser * @see AWS API * Documentation */ java.util.concurrent.Future batchUpdateUserAsync(BatchUpdateUserRequest batchUpdateUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param createAccountRequest * @return A Java Future containing the result of the CreateAccount operation returned by the service. * @sample AmazonChimeAsync.CreateAccount * @see AWS API * Documentation */ java.util.concurrent.Future createAccountAsync(CreateAccountRequest createAccountRequest); /** *

* 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. *

* * @param createAccountRequest * @param 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. * @return A Java Future containing the result of the CreateAccount operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateAccount * @see AWS API * Documentation */ java.util.concurrent.Future createAccountAsync(CreateAccountRequest createAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers * use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAppInstanceRequest * @return A Java Future containing the result of the CreateAppInstance operation returned by the service. * @sample AmazonChimeAsync.CreateAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceAsync(CreateAppInstanceRequest createAppInstanceRequest); /** *

* Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers * use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAppInstanceRequest * @param 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. * @return A Java Future containing the result of the CreateAppInstance operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceAsync(CreateAppInstanceRequest createAppInstanceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the * following actions. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*
    *
  • *

    * ChannelModerator actions across all channels in the AppInstance. *

    *
  • *
  • *

    * DeleteChannelMessage actions. *

    *
  • *
*

* Only an AppInstanceUser can be promoted to an AppInstanceAdmin role. *

* * @param createAppInstanceAdminRequest * @return A Java Future containing the result of the CreateAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsync.CreateAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceAdminAsync(CreateAppInstanceAdminRequest createAppInstanceAdminRequest); /** *

* Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the * following actions. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*
    *
  • *

    * ChannelModerator actions across all channels in the AppInstance. *

    *
  • *
  • *

    * DeleteChannelMessage actions. *

    *
  • *
*

* Only an AppInstanceUser can be promoted to an AppInstanceAdmin role. *

* * @param createAppInstanceAdminRequest * @param 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. * @return A Java Future containing the result of the CreateAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceAdminAsync(CreateAppInstanceAdminRequest createAppInstanceAdminRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a user under an Amazon Chime AppInstance. The request consists of a unique * appInstanceUserId and Name for that user. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAppInstanceUserRequest * @return A Java Future containing the result of the CreateAppInstanceUser operation returned by the service. * @sample AmazonChimeAsync.CreateAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceUserAsync(CreateAppInstanceUserRequest createAppInstanceUserRequest); /** *

* Creates a user under an Amazon Chime AppInstance. The request consists of a unique * appInstanceUserId and Name for that user. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the CreateAppInstanceUser operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createAppInstanceUserAsync(CreateAppInstanceUserRequest createAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, * see Using the Amazon Chime SDK in * the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAttendeeRequest * @return A Java Future containing the result of the CreateAttendee operation returned by the service. * @sample AmazonChimeAsync.CreateAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createAttendeeAsync(CreateAttendeeRequest createAttendeeRequest); /** *

* Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, * see Using the Amazon Chime SDK in * the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createAttendeeRequest * @param 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. * @return A Java Future containing the result of the CreateAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createAttendeeAsync(CreateAttendeeRequest createAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a bot for an Amazon Chime Enterprise account. *

* * @param createBotRequest * @return A Java Future containing the result of the CreateBot operation returned by the service. * @sample AmazonChimeAsync.CreateBot * @see AWS API * Documentation */ java.util.concurrent.Future createBotAsync(CreateBotRequest createBotRequest); /** *

* Creates a bot for an Amazon Chime Enterprise account. *

* * @param createBotRequest * @param 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. * @return A Java Future containing the result of the CreateBot operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateBot * @see AWS API * Documentation */ java.util.concurrent.Future createBotAsync(CreateBotRequest createBotRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a channel to which you can add users and send messages. *

*

* Restriction: You can't change a channel's privacy. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelRequest * @return A Java Future containing the result of the CreateChannel operation returned by the service. * @sample AmazonChimeAsync.CreateChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createChannelAsync(CreateChannelRequest createChannelRequest); /** *

* Creates a channel to which you can add users and send messages. *

*

* Restriction: You can't change a channel's privacy. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelRequest * @param 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. * @return A Java Future containing the result of the CreateChannel operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createChannelAsync(CreateChannelRequest createChannelRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you * first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up * when you delete users or channels. *

*

* If you ban a user who is already part of a channel, that user is automatically kicked from the channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelBanRequest * @return A Java Future containing the result of the CreateChannelBan operation returned by the service. * @sample AmazonChimeAsync.CreateChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createChannelBanAsync(CreateChannelBanRequest createChannelBanRequest); /** *

* Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you * first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up * when you delete users or channels. *

*

* If you ban a user who is already part of a channel, that user is automatically kicked from the channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelBanRequest * @param 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. * @return A Java Future containing the result of the CreateChannelBan operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createChannelBanAsync(CreateChannelBanRequest createChannelBanRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel * member can: *

*
    *
  • *

    * List messages *

    *
  • *
  • *

    * Send messages *

    *
  • *
  • *

    * Receive messages *

    *
  • *
  • *

    * Edit their own messages *

    *
  • *
  • *

    * Leave the channel *

    *
  • *
*

* Privacy settings impact this action as follows: *

*
    *
  • *

    * Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. *

    *
  • *
  • *

    * Private Channels: You must be a member to list or send messages. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelMembershipRequest * @return A Java Future containing the result of the CreateChannelMembership operation returned by the service. * @sample AmazonChimeAsync.CreateChannelMembership * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createChannelMembershipAsync(CreateChannelMembershipRequest createChannelMembershipRequest); /** *

* Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel * member can: *

*
    *
  • *

    * List messages *

    *
  • *
  • *

    * Send messages *

    *
  • *
  • *

    * Receive messages *

    *
  • *
  • *

    * Edit their own messages *

    *
  • *
  • *

    * Leave the channel *

    *
  • *
*

* Privacy settings impact this action as follows: *

*
    *
  • *

    * Public Channels: You do not need to be a member to list messages, but you must be a member to send messages. *

    *
  • *
  • *

    * Private Channels: You must be a member to list or send messages. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelMembershipRequest * @param 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. * @return A Java Future containing the result of the CreateChannelMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateChannelMembership * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createChannelMembershipAsync(CreateChannelMembershipRequest createChannelMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a new ChannelModerator. A channel moderator can: *

*
    *
  • *

    * Add and remove other members of the channel. *

    *
  • *
  • *

    * Add and remove other moderators of the channel. *

    *
  • *
  • *

    * Add and remove user bans for the channel. *

    *
  • *
  • *

    * Redact messages in the channel. *

    *
  • *
  • *

    * List messages in the channel. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelModeratorRequest * @return A Java Future containing the result of the CreateChannelModerator operation returned by the service. * @sample AmazonChimeAsync.CreateChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest); /** *

* Creates a new ChannelModerator. A channel moderator can: *

*
    *
  • *

    * Add and remove other members of the channel. *

    *
  • *
  • *

    * Add and remove other moderators of the channel. *

    *
  • *
  • *

    * Add and remove user bans for the channel. *

    *
  • *
  • *

    * Redact messages in the channel. *

    *
  • *
  • *

    * List messages in the channel. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createChannelModeratorRequest * @param 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. * @return A Java Future containing the result of the CreateChannelModerator operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future createChannelModeratorAsync(CreateChannelModeratorRequest createChannelModeratorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMediaCapturePipelineRequest * @return A Java Future containing the result of the CreateMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsync.CreateMediaCapturePipeline * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createMediaCapturePipelineAsync( CreateMediaCapturePipelineRequest createMediaCapturePipelineRequest); /** *

* Creates a media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMediaCapturePipelineRequest * @param 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. * @return A Java Future containing the result of the CreateMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateMediaCapturePipeline * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createMediaCapturePipelineAsync( CreateMediaCapturePipelineRequest createMediaCapturePipelineRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more * information about specifying media Regions, see Amazon Chime SDK Media * Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see * Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMeetingRequest * @return A Java Future containing the result of the CreateMeeting operation returned by the service. * @sample AmazonChimeAsync.CreateMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createMeetingAsync(CreateMeetingRequest createMeetingRequest); /** *

* Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more * information about specifying media Regions, see Amazon Chime SDK Media * Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see * Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMeetingRequest * @param 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. * @return A Java Future containing the result of the CreateMeeting operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createMeetingAsync(CreateMeetingRequest createMeetingRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an * outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that * the From number belongs to the customer. *

*

* To play welcome audio or implement an interactive voice response (IVR), use the * CreateSipMediaApplicationCall action with the corresponding SIP media application ID. *

* *

* This API is is not available in a dedicated namespace. *

*
* * @param createMeetingDialOutRequest * @return A Java Future containing the result of the CreateMeetingDialOut operation returned by the service. * @sample AmazonChimeAsync.CreateMeetingDialOut * @see AWS API * Documentation */ java.util.concurrent.Future createMeetingDialOutAsync(CreateMeetingDialOutRequest createMeetingDialOutRequest); /** *

* Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an * outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that * the From number belongs to the customer. *

*

* To play welcome audio or implement an interactive voice response (IVR), use the * CreateSipMediaApplicationCall action with the corresponding SIP media application ID. *

* *

* This API is is not available in a dedicated namespace. *

*
* * @param createMeetingDialOutRequest * @param 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. * @return A Java Future containing the result of the CreateMeetingDialOut operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateMeetingDialOut * @see AWS API * Documentation */ java.util.concurrent.Future createMeetingDialOutAsync(CreateMeetingDialOutRequest createMeetingDialOutRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about * specifying media Regions, see Amazon Chime SDK Media * Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see * Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide . *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMeetingWithAttendeesRequest * @return A Java Future containing the result of the CreateMeetingWithAttendees operation returned by the service. * @sample AmazonChimeAsync.CreateMeetingWithAttendees * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createMeetingWithAttendeesAsync( CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest); /** *

* Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about * specifying media Regions, see Amazon Chime SDK Media * Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see * Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide . *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createMeetingWithAttendeesRequest * @param 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. * @return A Java Future containing the result of the CreateMeetingWithAttendees operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateMeetingWithAttendees * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createMeetingWithAttendeesAsync( CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime * Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application * Dial-In product type. *

* * @param createPhoneNumberOrderRequest * @return A Java Future containing the result of the CreatePhoneNumberOrder operation returned by the service. * @sample AmazonChimeAsync.CreatePhoneNumberOrder * @see AWS * API Documentation */ java.util.concurrent.Future createPhoneNumberOrderAsync(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest); /** *

* Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime * Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application * Dial-In product type. *

* * @param createPhoneNumberOrderRequest * @param 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. * @return A Java Future containing the result of the CreatePhoneNumberOrder operation returned by the service. * @sample AmazonChimeAsyncHandler.CreatePhoneNumberOrder * @see AWS * API Documentation */ java.util.concurrent.Future createPhoneNumberOrderAsync(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone * numbers. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createProxySessionRequest * @return A Java Future containing the result of the CreateProxySession operation returned by the service. * @sample AmazonChimeAsync.CreateProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest); /** *

* Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone * numbers. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createProxySessionRequest * @param 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. * @return A Java Future containing the result of the CreateProxySession operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a chat room for the specified Amazon Chime Enterprise account. *

* * @param createRoomRequest * @return A Java Future containing the result of the CreateRoom operation returned by the service. * @sample AmazonChimeAsync.CreateRoom * @see AWS API * Documentation */ java.util.concurrent.Future createRoomAsync(CreateRoomRequest createRoomRequest); /** *

* Creates a chat room for the specified Amazon Chime Enterprise account. *

* * @param createRoomRequest * @param 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. * @return A Java Future containing the result of the CreateRoom operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateRoom * @see AWS API * Documentation */ java.util.concurrent.Future createRoomAsync(CreateRoomRequest createRoomRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The * member role designates whether the member is a chat room administrator or a general chat room member. *

* * @param createRoomMembershipRequest * @return A Java Future containing the result of the CreateRoomMembership operation returned by the service. * @sample AmazonChimeAsync.CreateRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future createRoomMembershipAsync(CreateRoomMembershipRequest createRoomMembershipRequest); /** *

* Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The * member role designates whether the member is a chat room administrator or a general chat room member. *

* * @param createRoomMembershipRequest * @param 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. * @return A Java Future containing the result of the CreateRoomMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future createRoomMembershipAsync(CreateRoomMembershipRequest createRoomMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipMediaApplicationRequest * @return A Java Future containing the result of the CreateSipMediaApplication operation returned by the service. * @sample AmazonChimeAsync.CreateSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createSipMediaApplicationAsync( CreateSipMediaApplicationRequest createSipMediaApplicationRequest); /** *

* Creates a SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipMediaApplicationRequest * @param 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. * @return A Java Future containing the result of the CreateSipMediaApplication operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createSipMediaApplicationAsync( CreateSipMediaApplicationRequest createSipMediaApplicationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the * endpoint of the specified sipMediaApplicationId. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipMediaApplicationCallRequest * @return A Java Future containing the result of the CreateSipMediaApplicationCall operation returned by the * service. * @sample AmazonChimeAsync.CreateSipMediaApplicationCall * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createSipMediaApplicationCallAsync( CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest); /** *

* Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the * endpoint of the specified sipMediaApplicationId. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipMediaApplicationCallRequest * @param 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. * @return A Java Future containing the result of the CreateSipMediaApplicationCall operation returned by the * service. * @sample AmazonChimeAsyncHandler.CreateSipMediaApplicationCall * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createSipMediaApplicationCallAsync( CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipRuleRequest * @return A Java Future containing the result of the CreateSipRule operation returned by the service. * @sample AmazonChimeAsync.CreateSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createSipRuleAsync(CreateSipRuleRequest createSipRuleRequest); /** *

* Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createSipRuleRequest * @param 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. * @return A Java Future containing the result of the CreateSipRule operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createSipRuleAsync(CreateSipRuleRequest createSipRuleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a user under the specified Amazon Chime account. *

* * @param createUserRequest * @return A Java Future containing the result of the CreateUser operation returned by the service. * @sample AmazonChimeAsync.CreateUser * @see AWS API * Documentation */ java.util.concurrent.Future createUserAsync(CreateUserRequest createUserRequest); /** *

* Creates a user under the specified Amazon Chime account. *

* * @param createUserRequest * @param 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. * @return A Java Future containing the result of the CreateUser operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateUser * @see AWS API * Documentation */ java.util.concurrent.Future createUserAsync(CreateUserRequest createUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon * Chime Voice Connector in a specific AWS Region. *

*

* 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. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createVoiceConnectorRequest * @return A Java Future containing the result of the CreateVoiceConnector operation returned by the service. * @sample AmazonChimeAsync.CreateVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createVoiceConnectorAsync(CreateVoiceConnectorRequest createVoiceConnectorRequest); /** *

* Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon * Chime Voice Connector in a specific AWS Region. *

*

* 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. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the CreateVoiceConnector operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future createVoiceConnectorAsync(CreateVoiceConnectorRequest createVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon * Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems * in the request. *

*

* You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault * tolerant mechanism for fallback in case of availability events. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createVoiceConnectorGroupRequest * @return A Java Future containing the result of the CreateVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsync.CreateVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createVoiceConnectorGroupAsync( CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest); /** *

* Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon * Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems * in the request. *

*

* You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault * tolerant mechanism for fallback in case of availability events. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * CreateVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param createVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the CreateVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsyncHandler.CreateVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future createVoiceConnectorGroupAsync( CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. * You can use the BatchSuspendUser action to dodo. *

*

* 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 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. *

* * @param deleteAccountRequest * @return A Java Future containing the result of the DeleteAccount operation returned by the service. * @sample AmazonChimeAsync.DeleteAccount * @see AWS API * Documentation */ java.util.concurrent.Future deleteAccountAsync(DeleteAccountRequest deleteAccountRequest); /** *

* Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. * You can use the BatchSuspendUser action to dodo. *

*

* 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 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. *

* * @param deleteAccountRequest * @param 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. * @return A Java Future containing the result of the DeleteAccount operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteAccount * @see AWS API * Documentation */ java.util.concurrent.Future deleteAccountAsync(DeleteAccountRequest deleteAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes an AppInstance and all associated data asynchronously. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceRequest * @return A Java Future containing the result of the DeleteAppInstance operation returned by the service. * @sample AmazonChimeAsync.DeleteAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceAsync(DeleteAppInstanceRequest deleteAppInstanceRequest); /** *

* Deletes an AppInstance and all associated data asynchronously. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceRequest * @param 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. * @return A Java Future containing the result of the DeleteAppInstance operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceAsync(DeleteAppInstanceRequest deleteAppInstanceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the * user. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceAdminRequest * @return A Java Future containing the result of the DeleteAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsync.DeleteAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceAdminAsync(DeleteAppInstanceAdminRequest deleteAppInstanceAdminRequest); /** *

* Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the * user. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceAdminRequest * @param 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. * @return A Java Future containing the result of the DeleteAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceAdminAsync(DeleteAppInstanceAdminRequest deleteAppInstanceAdminRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the streaming configurations of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceStreamingConfigurationsRequest * @return A Java Future containing the result of the DeleteAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsync.DeleteAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceStreamingConfigurationsAsync( DeleteAppInstanceStreamingConfigurationsRequest deleteAppInstanceStreamingConfigurationsRequest); /** *

* Deletes the streaming configurations of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceStreamingConfigurationsRequest * @param 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. * @return A Java Future containing the result of the DeleteAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsyncHandler.DeleteAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceStreamingConfigurationsAsync( DeleteAppInstanceStreamingConfigurationsRequest deleteAppInstanceStreamingConfigurationsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes an AppInstanceUser. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceUserRequest * @return A Java Future containing the result of the DeleteAppInstanceUser operation returned by the service. * @sample AmazonChimeAsync.DeleteAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceUserAsync(DeleteAppInstanceUserRequest deleteAppInstanceUserRequest); /** *

* Deletes an AppInstanceUser. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the DeleteAppInstanceUser operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteAppInstanceUserAsync(DeleteAppInstanceUserRequest deleteAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. * Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the * Amazon Chime SDK, see Using the * Amazon Chime SDK in the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAttendeeRequest * @return A Java Future containing the result of the DeleteAttendee operation returned by the service. * @sample AmazonChimeAsync.DeleteAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteAttendeeAsync(DeleteAttendeeRequest deleteAttendeeRequest); /** *

* Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. * Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the * Amazon Chime SDK, see Using the * Amazon Chime SDK in the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteAttendeeRequest * @param 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. * @return A Java Future containing the result of the DeleteAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteAttendeeAsync(DeleteAttendeeRequest deleteAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible * process. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelRequest * @return A Java Future containing the result of the DeleteChannel operation returned by the service. * @sample AmazonChimeAsync.DeleteChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelAsync(DeleteChannelRequest deleteChannelRequest); /** *

* Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible * process. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelRequest * @param 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. * @return A Java Future containing the result of the DeleteChannel operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelAsync(DeleteChannelRequest deleteChannelRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Removes a user from a channel's ban list. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelBanRequest * @return A Java Future containing the result of the DeleteChannelBan operation returned by the service. * @sample AmazonChimeAsync.DeleteChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelBanAsync(DeleteChannelBanRequest deleteChannelBanRequest); /** *

* Removes a user from a channel's ban list. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelBanRequest * @param 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. * @return A Java Future containing the result of the DeleteChannelBan operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelBanAsync(DeleteChannelBanRequest deleteChannelBanRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Removes a member from a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelMembershipRequest * @return A Java Future containing the result of the DeleteChannelMembership operation returned by the service. * @sample AmazonChimeAsync.DeleteChannelMembership * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteChannelMembershipAsync(DeleteChannelMembershipRequest deleteChannelMembershipRequest); /** *

* Removes a member from a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelMembershipRequest * @param 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. * @return A Java Future containing the result of the DeleteChannelMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteChannelMembership * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteChannelMembershipAsync(DeleteChannelMembershipRequest deleteChannelMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. * A background process deletes any revisions created by UpdateChannelMessage. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelMessageRequest * @return A Java Future containing the result of the DeleteChannelMessage operation returned by the service. * @sample AmazonChimeAsync.DeleteChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelMessageAsync(DeleteChannelMessageRequest deleteChannelMessageRequest); /** *

* Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. * A background process deletes any revisions created by UpdateChannelMessage. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelMessageRequest * @param 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. * @return A Java Future containing the result of the DeleteChannelMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteChannelMessageAsync(DeleteChannelMessageRequest deleteChannelMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a channel moderator. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelModeratorRequest * @return A Java Future containing the result of the DeleteChannelModerator operation returned by the service. * @sample AmazonChimeAsync.DeleteChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteChannelModeratorAsync(DeleteChannelModeratorRequest deleteChannelModeratorRequest); /** *

* Deletes a channel moderator. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteChannelModeratorRequest * @param 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. * @return A Java Future containing the result of the DeleteChannelModerator operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future deleteChannelModeratorAsync(DeleteChannelModeratorRequest deleteChannelModeratorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the events configuration that allows a bot to receive outgoing events. *

* * @param deleteEventsConfigurationRequest * @return A Java Future containing the result of the DeleteEventsConfiguration operation returned by the service. * @sample AmazonChimeAsync.DeleteEventsConfiguration * @see AWS API Documentation */ java.util.concurrent.Future deleteEventsConfigurationAsync( DeleteEventsConfigurationRequest deleteEventsConfigurationRequest); /** *

* Deletes the events configuration that allows a bot to receive outgoing events. *

* * @param deleteEventsConfigurationRequest * @param 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. * @return A Java Future containing the result of the DeleteEventsConfiguration operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteEventsConfiguration * @see AWS API Documentation */ java.util.concurrent.Future deleteEventsConfigurationAsync( DeleteEventsConfigurationRequest deleteEventsConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteMediaCapturePipelineRequest * @return A Java Future containing the result of the DeleteMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsync.DeleteMediaCapturePipeline * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteMediaCapturePipelineAsync( DeleteMediaCapturePipelineRequest deleteMediaCapturePipelineRequest); /** *

* Deletes the media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteMediaCapturePipelineRequest * @param 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. * @return A Java Future containing the result of the DeleteMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteMediaCapturePipeline * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteMediaCapturePipelineAsync( DeleteMediaCapturePipelineRequest deleteMediaCapturePipelineRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and * prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteMeetingRequest * @return A Java Future containing the result of the DeleteMeeting operation returned by the service. * @sample AmazonChimeAsync.DeleteMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteMeetingAsync(DeleteMeetingRequest deleteMeetingRequest); /** *

* Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and * prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteMeetingRequest * @param 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. * @return A Java Future containing the result of the DeleteMeeting operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteMeetingAsync(DeleteMeetingRequest deleteMeetingRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param deletePhoneNumberRequest * @return A Java Future containing the result of the DeletePhoneNumber operation returned by the service. * @sample AmazonChimeAsync.DeletePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future deletePhoneNumberAsync(DeletePhoneNumberRequest deletePhoneNumberRequest); /** *

* 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. *

* * @param deletePhoneNumberRequest * @param 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. * @return A Java Future containing the result of the DeletePhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.DeletePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future deletePhoneNumberAsync(DeletePhoneNumberRequest deletePhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified proxy session from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteProxySessionRequest * @return A Java Future containing the result of the DeleteProxySession operation returned by the service. * @sample AmazonChimeAsync.DeleteProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest); /** *

* Deletes the specified proxy session from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteProxySessionRequest * @param 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. * @return A Java Future containing the result of the DeleteProxySession operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a chat room in an Amazon Chime Enterprise account. *

* * @param deleteRoomRequest * @return A Java Future containing the result of the DeleteRoom operation returned by the service. * @sample AmazonChimeAsync.DeleteRoom * @see AWS API * Documentation */ java.util.concurrent.Future deleteRoomAsync(DeleteRoomRequest deleteRoomRequest); /** *

* Deletes a chat room in an Amazon Chime Enterprise account. *

* * @param deleteRoomRequest * @param 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. * @return A Java Future containing the result of the DeleteRoom operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteRoom * @see AWS API * Documentation */ java.util.concurrent.Future deleteRoomAsync(DeleteRoomRequest deleteRoomRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Removes a member from a chat room in an Amazon Chime Enterprise account. *

* * @param deleteRoomMembershipRequest * @return A Java Future containing the result of the DeleteRoomMembership operation returned by the service. * @sample AmazonChimeAsync.DeleteRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future deleteRoomMembershipAsync(DeleteRoomMembershipRequest deleteRoomMembershipRequest); /** *

* Removes a member from a chat room in an Amazon Chime Enterprise account. *

* * @param deleteRoomMembershipRequest * @param 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. * @return A Java Future containing the result of the DeleteRoomMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future deleteRoomMembershipAsync(DeleteRoomMembershipRequest deleteRoomMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteSipMediaApplicationRequest * @return A Java Future containing the result of the DeleteSipMediaApplication operation returned by the service. * @sample AmazonChimeAsync.DeleteSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteSipMediaApplicationAsync( DeleteSipMediaApplicationRequest deleteSipMediaApplicationRequest); /** *

* Deletes a SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteSipMediaApplicationRequest * @param 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. * @return A Java Future containing the result of the DeleteSipMediaApplication operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteSipMediaApplicationAsync( DeleteSipMediaApplicationRequest deleteSipMediaApplicationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a SIP rule. You must disable a SIP rule before you can delete it. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteSipRuleRequest * @return A Java Future containing the result of the DeleteSipRule operation returned by the service. * @sample AmazonChimeAsync.DeleteSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteSipRuleAsync(DeleteSipRuleRequest deleteSipRuleRequest); /** *

* Deletes a SIP rule. You must disable a SIP rule before you can delete it. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteSipRuleRequest * @param 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. * @return A Java Future containing the result of the DeleteSipRule operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteSipRuleAsync(DeleteSipRuleRequest deleteSipRuleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice * Connector must be disassociated from it before it can be deleted. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorRequest * @return A Java Future containing the result of the DeleteVoiceConnector operation returned by the service. * @sample AmazonChimeAsync.DeleteVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorAsync(DeleteVoiceConnectorRequest deleteVoiceConnectorRequest); /** *

* Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice * Connector must be disassociated from it before it can be deleted. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnector operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorAsync(DeleteVoiceConnectorRequest deleteVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorEmergencyCallingConfigurationRequest * @return A Java Future containing the result of the DeleteVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsync.DeleteVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorEmergencyCallingConfigurationAsync( DeleteVoiceConnectorEmergencyCallingConfigurationRequest deleteVoiceConnectorEmergencyCallingConfigurationRequest); /** *

* Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorEmergencyCallingConfigurationRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorEmergencyCallingConfigurationAsync( DeleteVoiceConnectorEmergencyCallingConfigurationRequest deleteVoiceConnectorEmergencyCallingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers * associated with the group must be removed before it can be deleted. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorGroupRequest * @return A Java Future containing the result of the DeleteVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsync.DeleteVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorGroupAsync( DeleteVoiceConnectorGroupRequest deleteVoiceConnectorGroupRequest); /** *

* Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers * associated with the group must be removed before it can be deleted. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorGroupAsync( DeleteVoiceConnectorGroupRequest deleteVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the origination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the * origination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorOriginationRequest * @return A Java Future containing the result of the DeleteVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsync.DeleteVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorOriginationAsync( DeleteVoiceConnectorOriginationRequest deleteVoiceConnectorOriginationRequest); /** *

* Deletes the origination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the * origination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorOriginationRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorOriginationAsync( DeleteVoiceConnectorOriginationRequest deleteVoiceConnectorOriginationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the proxy configuration from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorProxyRequest * @return A Java Future containing the result of the DeleteVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsync.DeleteVoiceConnectorProxy * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorProxyAsync( DeleteVoiceConnectorProxyRequest deleteVoiceConnectorProxyRequest); /** *

* Deletes the proxy configuration from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DeleteVoiceProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorProxyRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorProxy * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorProxyAsync( DeleteVoiceConnectorProxyRequest deleteVoiceConnectorProxyRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the streaming configuration for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorStreamingConfigurationRequest * @return A Java Future containing the result of the DeleteVoiceConnectorStreamingConfiguration operation returned * by the service. * @sample AmazonChimeAsync.DeleteVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorStreamingConfigurationAsync( DeleteVoiceConnectorStreamingConfigurationRequest deleteVoiceConnectorStreamingConfigurationRequest); /** *

* Deletes the streaming configuration for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorStreamingConfigurationRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorStreamingConfiguration operation returned * by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorStreamingConfigurationAsync( DeleteVoiceConnectorStreamingConfigurationRequest deleteVoiceConnectorStreamingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the termination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the * termination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorTerminationRequest * @return A Java Future containing the result of the DeleteVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsync.DeleteVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorTerminationAsync( DeleteVoiceConnectorTerminationRequest deleteVoiceConnectorTerminationRequest); /** *

* Deletes the termination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the * termination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorTerminationRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorTerminationAsync( DeleteVoiceConnectorTerminationRequest deleteVoiceConnectorTerminationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes the specified SIP credentials used by your equipment to authenticate during call termination. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorTerminationCredentialsRequest * @return A Java Future containing the result of the DeleteVoiceConnectorTerminationCredentials operation returned * by the service. * @sample AmazonChimeAsync.DeleteVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorTerminationCredentialsAsync( DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest); /** *

* Deletes the specified SIP credentials used by your equipment to authenticate during call termination. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param deleteVoiceConnectorTerminationCredentialsRequest * @param 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. * @return A Java Future containing the result of the DeleteVoiceConnectorTerminationCredentials operation returned * by the service. * @sample AmazonChimeAsyncHandler.DeleteVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future deleteVoiceConnectorTerminationCredentialsAsync( DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceRequest * @return A Java Future containing the result of the DescribeAppInstance operation returned by the service. * @sample AmazonChimeAsync.DescribeAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceAsync(DescribeAppInstanceRequest describeAppInstanceRequest); /** *

* Returns the full details of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceRequest * @param 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. * @return A Java Future containing the result of the DescribeAppInstance operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceAsync(DescribeAppInstanceRequest describeAppInstanceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of an AppInstanceAdmin. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceAdminRequest * @return A Java Future containing the result of the DescribeAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsync.DescribeAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceAdminAsync(DescribeAppInstanceAdminRequest describeAppInstanceAdminRequest); /** *

* Returns the full details of an AppInstanceAdmin. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstanceAdmin, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceAdminRequest * @param 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. * @return A Java Future containing the result of the DescribeAppInstanceAdmin operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeAppInstanceAdmin * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceAdminAsync(DescribeAppInstanceAdminRequest describeAppInstanceAdminRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of an AppInstanceUser. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceUserRequest * @return A Java Future containing the result of the DescribeAppInstanceUser operation returned by the service. * @sample AmazonChimeAsync.DescribeAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceUserAsync(DescribeAppInstanceUserRequest describeAppInstanceUserRequest); /** *

* Returns the full details of an AppInstanceUser. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the DescribeAppInstanceUser operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeAppInstanceUserAsync(DescribeAppInstanceUserRequest describeAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of a channel in an Amazon Chime AppInstance. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeChannel, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelRequest * @return A Java Future containing the result of the DescribeChannel operation returned by the service. * @sample AmazonChimeAsync.DescribeChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeChannelAsync(DescribeChannelRequest describeChannelRequest); /** *

* Returns the full details of a channel in an Amazon Chime AppInstance. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeChannel, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelRequest * @param 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. * @return A Java Future containing the result of the DescribeChannel operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeChannelAsync(DescribeChannelRequest describeChannelRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of a channel ban. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelBanRequest * @return A Java Future containing the result of the DescribeChannelBan operation returned by the service. * @sample AmazonChimeAsync.DescribeChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeChannelBanAsync(DescribeChannelBanRequest describeChannelBanRequest); /** *

* Returns the full details of a channel ban. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * DescribeChannelBan, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelBanRequest * @param 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. * @return A Java Future containing the result of the DescribeChannelBan operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeChannelBan * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future describeChannelBanAsync(DescribeChannelBanRequest describeChannelBanRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of a user's channel membership. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelMembershipRequest * @return A Java Future containing the result of the DescribeChannelMembership operation returned by the service. * @sample AmazonChimeAsync.DescribeChannelMembership * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelMembershipAsync( DescribeChannelMembershipRequest describeChannelMembershipRequest); /** *

* Returns the full details of a user's channel membership. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelMembershipRequest * @param 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. * @return A Java Future containing the result of the DescribeChannelMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeChannelMembership * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelMembershipAsync( DescribeChannelMembershipRequest describeChannelMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the details of a channel based on the membership of the specified AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelMembershipForAppInstanceUserRequest * @return A Java Future containing the result of the DescribeChannelMembershipForAppInstanceUser operation returned * by the service. * @sample AmazonChimeAsync.DescribeChannelMembershipForAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelMembershipForAppInstanceUserAsync( DescribeChannelMembershipForAppInstanceUserRequest describeChannelMembershipForAppInstanceUserRequest); /** *

* Returns the details of a channel based on the membership of the specified AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelMembershipForAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the DescribeChannelMembershipForAppInstanceUser operation returned * by the service. * @sample AmazonChimeAsyncHandler.DescribeChannelMembershipForAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelMembershipForAppInstanceUserAsync( DescribeChannelMembershipForAppInstanceUserRequest describeChannelMembershipForAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of a channel moderated by the specified AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelModeratedByAppInstanceUserRequest * @return A Java Future containing the result of the DescribeChannelModeratedByAppInstanceUser operation returned * by the service. * @sample AmazonChimeAsync.DescribeChannelModeratedByAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelModeratedByAppInstanceUserAsync( DescribeChannelModeratedByAppInstanceUserRequest describeChannelModeratedByAppInstanceUserRequest); /** *

* Returns the full details of a channel moderated by the specified AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelModeratedByAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the DescribeChannelModeratedByAppInstanceUser operation returned * by the service. * @sample AmazonChimeAsyncHandler.DescribeChannelModeratedByAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future describeChannelModeratedByAppInstanceUserAsync( DescribeChannelModeratedByAppInstanceUserRequest describeChannelModeratedByAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the full details of a single ChannelModerator. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelModeratorRequest * @return A Java Future containing the result of the DescribeChannelModerator operation returned by the service. * @sample AmazonChimeAsync.DescribeChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeChannelModeratorAsync(DescribeChannelModeratorRequest describeChannelModeratorRequest); /** *

* Returns the full details of a single ChannelModerator. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param describeChannelModeratorRequest * @param 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. * @return A Java Future containing the result of the DescribeChannelModerator operation returned by the service. * @sample AmazonChimeAsyncHandler.DescribeChannelModerator * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future describeChannelModeratorAsync(DescribeChannelModeratorRequest describeChannelModeratorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Disassociates the primary provisioned phone number from the specified Amazon Chime user. *

* * @param disassociatePhoneNumberFromUserRequest * @return A Java Future containing the result of the DisassociatePhoneNumberFromUser operation returned by the * service. * @sample AmazonChimeAsync.DisassociatePhoneNumberFromUser * @see AWS API Documentation */ java.util.concurrent.Future disassociatePhoneNumberFromUserAsync( DisassociatePhoneNumberFromUserRequest disassociatePhoneNumberFromUserRequest); /** *

* Disassociates the primary provisioned phone number from the specified Amazon Chime user. *

* * @param disassociatePhoneNumberFromUserRequest * @param 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. * @return A Java Future containing the result of the DisassociatePhoneNumberFromUser operation returned by the * service. * @sample AmazonChimeAsyncHandler.DisassociatePhoneNumberFromUser * @see AWS API Documentation */ java.util.concurrent.Future disassociatePhoneNumberFromUserAsync( DisassociatePhoneNumberFromUserRequest disassociatePhoneNumberFromUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param disassociatePhoneNumbersFromVoiceConnectorRequest * @return A Java Future containing the result of the DisassociatePhoneNumbersFromVoiceConnector operation returned * by the service. * @sample AmazonChimeAsync.DisassociatePhoneNumbersFromVoiceConnector * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future disassociatePhoneNumbersFromVoiceConnectorAsync( DisassociatePhoneNumbersFromVoiceConnectorRequest disassociatePhoneNumbersFromVoiceConnectorRequest); /** *

* Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param disassociatePhoneNumbersFromVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the DisassociatePhoneNumbersFromVoiceConnector operation returned * by the service. * @sample AmazonChimeAsyncHandler.DisassociatePhoneNumbersFromVoiceConnector * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future disassociatePhoneNumbersFromVoiceConnectorAsync( DisassociatePhoneNumbersFromVoiceConnectorRequest disassociatePhoneNumbersFromVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param disassociatePhoneNumbersFromVoiceConnectorGroupRequest * @return A Java Future containing the result of the DisassociatePhoneNumbersFromVoiceConnectorGroup operation * returned by the service. * @sample AmazonChimeAsync.DisassociatePhoneNumbersFromVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future disassociatePhoneNumbersFromVoiceConnectorGroupAsync( DisassociatePhoneNumbersFromVoiceConnectorGroupRequest disassociatePhoneNumbersFromVoiceConnectorGroupRequest); /** *

* Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param disassociatePhoneNumbersFromVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the DisassociatePhoneNumbersFromVoiceConnectorGroup operation * returned by the service. * @sample AmazonChimeAsyncHandler.DisassociatePhoneNumbersFromVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future disassociatePhoneNumbersFromVoiceConnectorGroupAsync( DisassociatePhoneNumbersFromVoiceConnectorGroupRequest disassociatePhoneNumbersFromVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Disassociates the specified sign-in delegate groups from the specified Amazon Chime account. *

* * @param disassociateSigninDelegateGroupsFromAccountRequest * @return A Java Future containing the result of the DisassociateSigninDelegateGroupsFromAccount operation returned * by the service. * @sample AmazonChimeAsync.DisassociateSigninDelegateGroupsFromAccount * @see AWS API Documentation */ java.util.concurrent.Future disassociateSigninDelegateGroupsFromAccountAsync( DisassociateSigninDelegateGroupsFromAccountRequest disassociateSigninDelegateGroupsFromAccountRequest); /** *

* Disassociates the specified sign-in delegate groups from the specified Amazon Chime account. *

* * @param disassociateSigninDelegateGroupsFromAccountRequest * @param 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. * @return A Java Future containing the result of the DisassociateSigninDelegateGroupsFromAccount operation returned * by the service. * @sample AmazonChimeAsyncHandler.DisassociateSigninDelegateGroupsFromAccount * @see AWS API Documentation */ java.util.concurrent.Future disassociateSigninDelegateGroupsFromAccountAsync( DisassociateSigninDelegateGroupsFromAccountRequest disassociateSigninDelegateGroupsFromAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified Amazon Chime account, such as account type and supported licenses. *

* * @param getAccountRequest * @return A Java Future containing the result of the GetAccount operation returned by the service. * @sample AmazonChimeAsync.GetAccount * @see AWS API * Documentation */ java.util.concurrent.Future getAccountAsync(GetAccountRequest getAccountRequest); /** *

* Retrieves details for the specified Amazon Chime account, such as account type and supported licenses. *

* * @param getAccountRequest * @param 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. * @return A Java Future containing the result of the GetAccount operation returned by the service. * @sample AmazonChimeAsyncHandler.GetAccount * @see AWS API * Documentation */ java.util.concurrent.Future getAccountAsync(GetAccountRequest getAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout * settings. For more information about these settings, see Use the Policies Page in the Amazon Chime * Administration Guide. *

* * @param getAccountSettingsRequest * @return A Java Future containing the result of the GetAccountSettings operation returned by the service. * @sample AmazonChimeAsync.GetAccountSettings * @see AWS API * Documentation */ java.util.concurrent.Future getAccountSettingsAsync(GetAccountSettingsRequest getAccountSettingsRequest); /** *

* Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout * settings. For more information about these settings, see Use the Policies Page in the Amazon Chime * Administration Guide. *

* * @param getAccountSettingsRequest * @param 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. * @return A Java Future containing the result of the GetAccountSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.GetAccountSettings * @see AWS API * Documentation */ java.util.concurrent.Future getAccountSettingsAsync(GetAccountSettingsRequest getAccountSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the retention settings for an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAppInstanceRetentionSettingsRequest * @return A Java Future containing the result of the GetAppInstanceRetentionSettings operation returned by the * service. * @sample AmazonChimeAsync.GetAppInstanceRetentionSettings * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getAppInstanceRetentionSettingsAsync( GetAppInstanceRetentionSettingsRequest getAppInstanceRetentionSettingsRequest); /** *

* Gets the retention settings for an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAppInstanceRetentionSettingsRequest * @param 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. * @return A Java Future containing the result of the GetAppInstanceRetentionSettings operation returned by the * service. * @sample AmazonChimeAsyncHandler.GetAppInstanceRetentionSettings * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getAppInstanceRetentionSettingsAsync( GetAppInstanceRetentionSettingsRequest getAppInstanceRetentionSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the streaming settings for an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAppInstanceStreamingConfigurationsRequest * @return A Java Future containing the result of the GetAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsync.GetAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getAppInstanceStreamingConfigurationsAsync( GetAppInstanceStreamingConfigurationsRequest getAppInstanceStreamingConfigurationsRequest); /** *

* Gets the streaming settings for an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAppInstanceStreamingConfigurationsRequest * @param 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. * @return A Java Future containing the result of the GetAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsyncHandler.GetAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getAppInstanceStreamingConfigurationsAsync( GetAppInstanceStreamingConfigurationsRequest getAppInstanceStreamingConfigurationsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about * the Amazon Chime SDK, see Using the * Amazon Chime SDK in the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAttendeeRequest * @return A Java Future containing the result of the GetAttendee operation returned by the service. * @sample AmazonChimeAsync.GetAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getAttendeeAsync(GetAttendeeRequest getAttendeeRequest); /** *

* Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about * the Amazon Chime SDK, see Using the * Amazon Chime SDK in the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getAttendeeRequest * @param 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. * @return A Java Future containing the result of the GetAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.GetAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getAttendeeAsync(GetAttendeeRequest getAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified bot, such as bot email address, bot type, status, and display name. *

* * @param getBotRequest * @return A Java Future containing the result of the GetBot operation returned by the service. * @sample AmazonChimeAsync.GetBot * @see AWS API * Documentation */ java.util.concurrent.Future getBotAsync(GetBotRequest getBotRequest); /** *

* Retrieves details for the specified bot, such as bot email address, bot type, status, and display name. *

* * @param getBotRequest * @param 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. * @return A Java Future containing the result of the GetBot operation returned by the service. * @sample AmazonChimeAsyncHandler.GetBot * @see AWS API * Documentation */ java.util.concurrent.Future getBotAsync(GetBotRequest getBotRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the full details of a channel message. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that * makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getChannelMessageRequest * @return A Java Future containing the result of the GetChannelMessage operation returned by the service. * @sample AmazonChimeAsync.GetChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getChannelMessageAsync(GetChannelMessageRequest getChannelMessageRequest); /** *

* Gets the full details of a channel message. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that * makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getChannelMessageRequest * @param 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. * @return A Java Future containing the result of the GetChannelMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.GetChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getChannelMessageAsync(GetChannelMessageRequest getChannelMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint * or Lambda function ARN. *

* * @param getEventsConfigurationRequest * @return A Java Future containing the result of the GetEventsConfiguration operation returned by the service. * @sample AmazonChimeAsync.GetEventsConfiguration * @see AWS * API Documentation */ java.util.concurrent.Future getEventsConfigurationAsync(GetEventsConfigurationRequest getEventsConfigurationRequest); /** *

* Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint * or Lambda function ARN. *

* * @param getEventsConfigurationRequest * @param 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. * @return A Java Future containing the result of the GetEventsConfiguration operation returned by the service. * @sample AmazonChimeAsyncHandler.GetEventsConfiguration * @see AWS * API Documentation */ java.util.concurrent.Future getEventsConfigurationAsync(GetEventsConfigurationRequest getEventsConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon * Chime Voice Connector settings. *

* * @param getGlobalSettingsRequest * @return A Java Future containing the result of the GetGlobalSettings operation returned by the service. * @sample AmazonChimeAsync.GetGlobalSettings * @see AWS API * Documentation */ java.util.concurrent.Future getGlobalSettingsAsync(GetGlobalSettingsRequest getGlobalSettingsRequest); /** *

* Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon * Chime Voice Connector settings. *

* * @param getGlobalSettingsRequest * @param 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. * @return A Java Future containing the result of the GetGlobalSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.GetGlobalSettings * @see AWS API * Documentation */ java.util.concurrent.Future getGlobalSettingsAsync(GetGlobalSettingsRequest getGlobalSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets an existing media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getMediaCapturePipelineRequest * @return A Java Future containing the result of the GetMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsync.GetMediaCapturePipeline * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest getMediaCapturePipelineRequest); /** *

* Gets an existing media capture pipeline. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getMediaCapturePipelineRequest * @param 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. * @return A Java Future containing the result of the GetMediaCapturePipeline operation returned by the service. * @sample AmazonChimeAsyncHandler.GetMediaCapturePipeline * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest getMediaCapturePipelineRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in * the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon * Chime SDK, see Using the Amazon Chime * SDK in the Amazon Chime SDK Developer Guide . *

* * @param getMeetingRequest * @return A Java Future containing the result of the GetMeeting operation returned by the service. * @sample AmazonChimeAsync.GetMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getMeetingAsync(GetMeetingRequest getMeetingRequest); /** * *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in * the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon * Chime SDK, see Using the Amazon Chime * SDK in the Amazon Chime SDK Developer Guide . *

* * @param getMeetingRequest * @param 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. * @return A Java Future containing the result of the GetMeeting operation returned by the service. * @sample AmazonChimeAsyncHandler.GetMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getMeetingAsync(GetMeetingRequest getMeetingRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* The details of the endpoint for the messaging session. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getMessagingSessionEndpointRequest * @return A Java Future containing the result of the GetMessagingSessionEndpoint operation returned by the service. * @sample AmazonChimeAsync.GetMessagingSessionEndpoint * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getMessagingSessionEndpointAsync( GetMessagingSessionEndpointRequest getMessagingSessionEndpointRequest); /** *

* The details of the endpoint for the messaging session. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getMessagingSessionEndpointRequest * @param 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. * @return A Java Future containing the result of the GetMessagingSessionEndpoint operation returned by the service. * @sample AmazonChimeAsyncHandler.GetMessagingSessionEndpoint * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getMessagingSessionEndpointAsync( GetMessagingSessionEndpointRequest getMessagingSessionEndpointRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified phone number ID, such as associations, capabilities, and product type. *

* * @param getPhoneNumberRequest * @return A Java Future containing the result of the GetPhoneNumber operation returned by the service. * @sample AmazonChimeAsync.GetPhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future getPhoneNumberAsync(GetPhoneNumberRequest getPhoneNumberRequest); /** *

* Retrieves details for the specified phone number ID, such as associations, capabilities, and product type. *

* * @param getPhoneNumberRequest * @param 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. * @return A Java Future containing the result of the GetPhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.GetPhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future getPhoneNumberAsync(GetPhoneNumberRequest getPhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in * E.164 format, product type, and order status. *

* * @param getPhoneNumberOrderRequest * @return A Java Future containing the result of the GetPhoneNumberOrder operation returned by the service. * @sample AmazonChimeAsync.GetPhoneNumberOrder * @see AWS API * Documentation */ java.util.concurrent.Future getPhoneNumberOrderAsync(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest); /** *

* Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in * E.164 format, product type, and order status. *

* * @param getPhoneNumberOrderRequest * @param 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. * @return A Java Future containing the result of the GetPhoneNumberOrder operation returned by the service. * @sample AmazonChimeAsyncHandler.GetPhoneNumberOrder * @see AWS API * Documentation */ java.util.concurrent.Future getPhoneNumberOrderAsync(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling * name. *

* * @param getPhoneNumberSettingsRequest * @return A Java Future containing the result of the GetPhoneNumberSettings operation returned by the service. * @sample AmazonChimeAsync.GetPhoneNumberSettings * @see AWS * API Documentation */ java.util.concurrent.Future getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest); /** *

* Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling * name. *

* * @param getPhoneNumberSettingsRequest * @param 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. * @return A Java Future containing the result of the GetPhoneNumberSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.GetPhoneNumberSettings * @see AWS * API Documentation */ java.util.concurrent.Future getPhoneNumberSettingsAsync(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the specified proxy session details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getProxySessionRequest * @return A Java Future containing the result of the GetProxySession operation returned by the service. * @sample AmazonChimeAsync.GetProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getProxySessionAsync(GetProxySessionRequest getProxySessionRequest); /** *

* Gets the specified proxy session details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getProxySessionRequest * @param 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. * @return A Java Future containing the result of the GetProxySession operation returned by the service. * @sample AmazonChimeAsyncHandler.GetProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getProxySessionAsync(GetProxySessionRequest getProxySessionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about * retention settings, see Managing Chat * Retention Policies in the Amazon Chime Administration Guide. *

* * @param getRetentionSettingsRequest * @return A Java Future containing the result of the GetRetentionSettings operation returned by the service. * @sample AmazonChimeAsync.GetRetentionSettings * @see AWS API * Documentation */ java.util.concurrent.Future getRetentionSettingsAsync(GetRetentionSettingsRequest getRetentionSettingsRequest); /** *

* Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about * retention settings, see Managing Chat * Retention Policies in the Amazon Chime Administration Guide. *

* * @param getRetentionSettingsRequest * @param 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. * @return A Java Future containing the result of the GetRetentionSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.GetRetentionSettings * @see AWS API * Documentation */ java.util.concurrent.Future getRetentionSettingsAsync(GetRetentionSettingsRequest getRetentionSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account. *

* * @param getRoomRequest * @return A Java Future containing the result of the GetRoom operation returned by the service. * @sample AmazonChimeAsync.GetRoom * @see AWS API * Documentation */ java.util.concurrent.Future getRoomAsync(GetRoomRequest getRoomRequest); /** *

* Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account. *

* * @param getRoomRequest * @param 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. * @return A Java Future containing the result of the GetRoom operation returned by the service. * @sample AmazonChimeAsyncHandler.GetRoom * @see AWS API * Documentation */ java.util.concurrent.Future getRoomAsync(GetRoomRequest getRoomRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the information for a SIP media application, including name, AWS Region, and endpoints. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipMediaApplicationRequest * @return A Java Future containing the result of the GetSipMediaApplication operation returned by the service. * @sample AmazonChimeAsync.GetSipMediaApplication * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getSipMediaApplicationAsync(GetSipMediaApplicationRequest getSipMediaApplicationRequest); /** *

* Retrieves the information for a SIP media application, including name, AWS Region, and endpoints. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipMediaApplicationRequest * @param 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. * @return A Java Future containing the result of the GetSipMediaApplication operation returned by the service. * @sample AmazonChimeAsyncHandler.GetSipMediaApplication * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getSipMediaApplicationAsync(GetSipMediaApplicationRequest getSipMediaApplicationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns the logging configuration for the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipMediaApplicationLoggingConfigurationRequest * @return A Java Future containing the result of the GetSipMediaApplicationLoggingConfiguration operation returned * by the service. * @sample AmazonChimeAsync.GetSipMediaApplicationLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getSipMediaApplicationLoggingConfigurationAsync( GetSipMediaApplicationLoggingConfigurationRequest getSipMediaApplicationLoggingConfigurationRequest); /** *

* Returns the logging configuration for the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipMediaApplicationLoggingConfigurationRequest * @param 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. * @return A Java Future containing the result of the GetSipMediaApplicationLoggingConfiguration operation returned * by the service. * @sample AmazonChimeAsyncHandler.GetSipMediaApplicationLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getSipMediaApplicationLoggingConfigurationAsync( GetSipMediaApplicationLoggingConfigurationRequest getSipMediaApplicationLoggingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipRuleRequest * @return A Java Future containing the result of the GetSipRule operation returned by the service. * @sample AmazonChimeAsync.GetSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getSipRuleAsync(GetSipRuleRequest getSipRuleRequest); /** *

* Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getSipRuleRequest * @param 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. * @return A Java Future containing the result of the GetSipRule operation returned by the service. * @sample AmazonChimeAsyncHandler.GetSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getSipRuleAsync(GetSipRuleRequest getSipRuleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param getUserRequest * @return A Java Future containing the result of the GetUser operation returned by the service. * @sample AmazonChimeAsync.GetUser * @see AWS API * Documentation */ java.util.concurrent.Future getUserAsync(GetUserRequest getUserRequest); /** *

* 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. *

* * @param getUserRequest * @param 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. * @return A Java Future containing the result of the GetUser operation returned by the service. * @sample AmazonChimeAsyncHandler.GetUser * @see AWS API * Documentation */ java.util.concurrent.Future getUserAsync(GetUserRequest getUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves settings for the specified user ID, such as any associated phone number settings. *

* * @param getUserSettingsRequest * @return A Java Future containing the result of the GetUserSettings operation returned by the service. * @sample AmazonChimeAsync.GetUserSettings * @see AWS API * Documentation */ java.util.concurrent.Future getUserSettingsAsync(GetUserSettingsRequest getUserSettingsRequest); /** *

* Retrieves settings for the specified user ID, such as any associated phone number settings. *

* * @param getUserSettingsRequest * @param 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. * @return A Java Future containing the result of the GetUserSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.GetUserSettings * @see AWS API * Documentation */ java.util.concurrent.Future getUserSettingsAsync(GetUserSettingsRequest getUserSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and * encryption requirements. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorRequest * @return A Java Future containing the result of the GetVoiceConnector operation returned by the service. * @sample AmazonChimeAsync.GetVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorAsync(GetVoiceConnectorRequest getVoiceConnectorRequest); /** *

* Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and * encryption requirements. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnector operation returned by the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorAsync(GetVoiceConnectorRequest getVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorEmergencyCallingConfigurationRequest * @return A Java Future containing the result of the GetVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsync.GetVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorEmergencyCallingConfigurationAsync( GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest); /** *

* Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorEmergencyCallingConfigurationRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorEmergencyCallingConfigurationAsync( GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated * VoiceConnectorItems. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorGroupRequest * @return A Java Future containing the result of the GetVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsync.GetVoiceConnectorGroup * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorGroupAsync(GetVoiceConnectorGroupRequest getVoiceConnectorGroupRequest); /** *

* Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated * VoiceConnectorItems. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorGroup * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorGroupAsync(GetVoiceConnectorGroupRequest getVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP * message logs are enabled for sending to Amazon CloudWatch Logs. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorLoggingConfigurationRequest * @return A Java Future containing the result of the GetVoiceConnectorLoggingConfiguration operation returned by * the service. * @sample AmazonChimeAsync.GetVoiceConnectorLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorLoggingConfigurationAsync( GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest); /** *

* Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP * message logs are enabled for sending to Amazon CloudWatch Logs. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorLoggingConfigurationRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorLoggingConfiguration operation returned by * the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorLoggingConfigurationAsync( GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves origination setting details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorOriginationRequest * @return A Java Future containing the result of the GetVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsync.GetVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorOriginationAsync( GetVoiceConnectorOriginationRequest getVoiceConnectorOriginationRequest); /** *

* Retrieves origination setting details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorOriginationRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorOriginationAsync( GetVoiceConnectorOriginationRequest getVoiceConnectorOriginationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Gets the proxy configuration details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnectorProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorProxyRequest * @return A Java Future containing the result of the GetVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsync.GetVoiceConnectorProxy * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorProxyAsync(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest); /** *

* Gets the proxy configuration details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * GetVoiceConnectorProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorProxyRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorProxy * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorProxyAsync(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media * streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon * Kinesis data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorStreamingConfigurationRequest * @return A Java Future containing the result of the GetVoiceConnectorStreamingConfiguration operation returned by * the service. * @sample AmazonChimeAsync.GetVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorStreamingConfigurationAsync( GetVoiceConnectorStreamingConfigurationRequest getVoiceConnectorStreamingConfigurationRequest); /** *

* Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media * streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon * Kinesis data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorStreamingConfigurationRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorStreamingConfiguration operation returned by * the service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorStreamingConfigurationAsync( GetVoiceConnectorStreamingConfigurationRequest getVoiceConnectorStreamingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves termination setting details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorTerminationRequest * @return A Java Future containing the result of the GetVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsync.GetVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorTerminationAsync( GetVoiceConnectorTerminationRequest getVoiceConnectorTerminationRequest); /** *

* Retrieves termination setting details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param getVoiceConnectorTerminationRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorTerminationAsync( GetVoiceConnectorTerminationRequest getVoiceConnectorTerminationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* Retrieves information about the last time a SIP OPTIONS ping was received from your SIP * infrastructure for the specified Amazon Chime Voice Connector. *

* * @param getVoiceConnectorTerminationHealthRequest * @return A Java Future containing the result of the GetVoiceConnectorTerminationHealth operation returned by the * service. * @sample AmazonChimeAsync.GetVoiceConnectorTerminationHealth * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorTerminationHealthAsync( GetVoiceConnectorTerminationHealthRequest getVoiceConnectorTerminationHealthRequest); /** * *

* This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
*

* Retrieves information about the last time a SIP OPTIONS ping was received from your SIP * infrastructure for the specified Amazon Chime Voice Connector. *

* * @param getVoiceConnectorTerminationHealthRequest * @param 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. * @return A Java Future containing the result of the GetVoiceConnectorTerminationHealth operation returned by the * service. * @sample AmazonChimeAsyncHandler.GetVoiceConnectorTerminationHealth * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future getVoiceConnectorTerminationHealthAsync( GetVoiceConnectorTerminationHealthRequest getVoiceConnectorTerminationHealthRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only * Team account types are currently supported for this action. *

* * @param inviteUsersRequest * @return A Java Future containing the result of the InviteUsers operation returned by the service. * @sample AmazonChimeAsync.InviteUsers * @see AWS API * Documentation */ java.util.concurrent.Future inviteUsersAsync(InviteUsersRequest inviteUsersRequest); /** *

* Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only * Team account types are currently supported for this action. *

* * @param inviteUsersRequest * @param 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. * @return A Java Future containing the result of the InviteUsers operation returned by the service. * @sample AmazonChimeAsyncHandler.InviteUsers * @see AWS API * Documentation */ java.util.concurrent.Future inviteUsersAsync(InviteUsersRequest inviteUsersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param listAccountsRequest * @return A Java Future containing the result of the ListAccounts operation returned by the service. * @sample AmazonChimeAsync.ListAccounts * @see AWS API * Documentation */ java.util.concurrent.Future listAccountsAsync(ListAccountsRequest listAccountsRequest); /** *

* 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. *

* * @param listAccountsRequest * @param 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. * @return A Java Future containing the result of the ListAccounts operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAccounts * @see AWS API * Documentation */ java.util.concurrent.Future listAccountsAsync(ListAccountsRequest listAccountsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns a list of the administrators in the AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstanceAdmins, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstanceAdminsRequest * @return A Java Future containing the result of the ListAppInstanceAdmins operation returned by the service. * @sample AmazonChimeAsync.ListAppInstanceAdmins * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listAppInstanceAdminsAsync(ListAppInstanceAdminsRequest listAppInstanceAdminsRequest); /** *

* Returns a list of the administrators in the AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstanceAdmins, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstanceAdminsRequest * @param 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. * @return A Java Future containing the result of the ListAppInstanceAdmins operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAppInstanceAdmins * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listAppInstanceAdminsAsync(ListAppInstanceAdminsRequest listAppInstanceAdminsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* List all AppInstanceUsers created under a single AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstanceUsers, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstanceUsersRequest * @return A Java Future containing the result of the ListAppInstanceUsers operation returned by the service. * @sample AmazonChimeAsync.ListAppInstanceUsers * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAppInstanceUsersAsync(ListAppInstanceUsersRequest listAppInstanceUsersRequest); /** *

* List all AppInstanceUsers created under a single AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstanceUsers, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstanceUsersRequest * @param 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. * @return A Java Future containing the result of the ListAppInstanceUsers operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAppInstanceUsers * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAppInstanceUsersAsync(ListAppInstanceUsersRequest listAppInstanceUsersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all Amazon Chime AppInstances created under a single AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstances, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstancesRequest * @return A Java Future containing the result of the ListAppInstances operation returned by the service. * @sample AmazonChimeAsync.ListAppInstances * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAppInstancesAsync(ListAppInstancesRequest listAppInstancesRequest); /** *

* Lists all Amazon Chime AppInstances created under a single AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListAppInstances, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAppInstancesRequest * @param 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. * @return A Java Future containing the result of the ListAppInstances operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAppInstances * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAppInstancesAsync(ListAppInstancesRequest listAppInstancesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the tags applied to an Amazon Chime SDK attendee resource. *

* *

* ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove * calls to this API. *

*
* * @param listAttendeeTagsRequest * @return A Java Future containing the result of the ListAttendeeTags operation returned by the service. * @sample AmazonChimeAsync.ListAttendeeTags * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAttendeeTagsAsync(ListAttendeeTagsRequest listAttendeeTagsRequest); /** *

* Lists the tags applied to an Amazon Chime SDK attendee resource. *

* *

* ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove * calls to this API. *

*
* * @param listAttendeeTagsRequest * @param 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. * @return A Java Future containing the result of the ListAttendeeTags operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAttendeeTags * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAttendeeTagsAsync(ListAttendeeTagsRequest listAttendeeTagsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, * see Using the Amazon Chime SDK in * the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAttendeesRequest * @return A Java Future containing the result of the ListAttendees operation returned by the service. * @sample AmazonChimeAsync.ListAttendees * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAttendeesAsync(ListAttendeesRequest listAttendeesRequest); /** *

* Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, * see Using the Amazon Chime SDK in * the Amazon Chime SDK Developer Guide. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listAttendeesRequest * @param 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. * @return A Java Future containing the result of the ListAttendees operation returned by the service. * @sample AmazonChimeAsyncHandler.ListAttendees * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listAttendeesAsync(ListAttendeesRequest listAttendeesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the bots associated with the administrator's Amazon Chime Enterprise account ID. *

* * @param listBotsRequest * @return A Java Future containing the result of the ListBots operation returned by the service. * @sample AmazonChimeAsync.ListBots * @see AWS API * Documentation */ java.util.concurrent.Future listBotsAsync(ListBotsRequest listBotsRequest); /** *

* Lists the bots associated with the administrator's Amazon Chime Enterprise account ID. *

* * @param listBotsRequest * @param 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. * @return A Java Future containing the result of the ListBots operation returned by the service. * @sample AmazonChimeAsyncHandler.ListBots * @see AWS API * Documentation */ java.util.concurrent.Future listBotsAsync(ListBotsRequest listBotsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all the users banned from a particular channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelBans, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelBansRequest * @return A Java Future containing the result of the ListChannelBans operation returned by the service. * @sample AmazonChimeAsync.ListChannelBans * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelBansAsync(ListChannelBansRequest listChannelBansRequest); /** *

* Lists all the users banned from a particular channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelBans, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelBansRequest * @param 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. * @return A Java Future containing the result of the ListChannelBans operation returned by the service. * @sample AmazonChimeAsyncHandler.ListChannelBans * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelBansAsync(ListChannelBansRequest listChannelBansRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all channel memberships in a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelMemberships, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMembershipsRequest * @return A Java Future containing the result of the ListChannelMemberships operation returned by the service. * @sample AmazonChimeAsync.ListChannelMemberships * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listChannelMembershipsAsync(ListChannelMembershipsRequest listChannelMembershipsRequest); /** *

* Lists all channel memberships in a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelMemberships, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMembershipsRequest * @param 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. * @return A Java Future containing the result of the ListChannelMemberships operation returned by the service. * @sample AmazonChimeAsyncHandler.ListChannelMemberships * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listChannelMembershipsAsync(ListChannelMembershipsRequest listChannelMembershipsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all channels that a particular AppInstanceUser is a part of. Only an * AppInstanceAdmin can call the API with a user ARN that is not their own. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMembershipsForAppInstanceUserRequest * @return A Java Future containing the result of the ListChannelMembershipsForAppInstanceUser operation returned by * the service. * @sample AmazonChimeAsync.ListChannelMembershipsForAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listChannelMembershipsForAppInstanceUserAsync( ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest); /** *

* Lists all channels that a particular AppInstanceUser is a part of. Only an * AppInstanceAdmin can call the API with a user ARN that is not their own. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMembershipsForAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the ListChannelMembershipsForAppInstanceUser operation returned by * the service. * @sample AmazonChimeAsyncHandler.ListChannelMembershipsForAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listChannelMembershipsForAppInstanceUserAsync( ListChannelMembershipsForAppInstanceUserRequest listChannelMembershipsForAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted * by creation timestamp in descending order. *

* *

* Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do * not appear in the results. This action always returns the latest version of an edited message. *

*

* Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user * that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelMessages, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMessagesRequest * @return A Java Future containing the result of the ListChannelMessages operation returned by the service. * @sample AmazonChimeAsync.ListChannelMessages * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelMessagesAsync(ListChannelMessagesRequest listChannelMessagesRequest); /** *

* List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted * by creation timestamp in descending order. *

* *

* Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do * not appear in the results. This action always returns the latest version of an edited message. *

*

* Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user * that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelMessages, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelMessagesRequest * @param 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. * @return A Java Future containing the result of the ListChannelMessages operation returned by the service. * @sample AmazonChimeAsyncHandler.ListChannelMessages * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelMessagesAsync(ListChannelMessagesRequest listChannelMessagesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all the moderators for a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelModerators, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelModeratorsRequest * @return A Java Future containing the result of the ListChannelModerators operation returned by the service. * @sample AmazonChimeAsync.ListChannelModerators * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listChannelModeratorsAsync(ListChannelModeratorsRequest listChannelModeratorsRequest); /** *

* Lists all the moderators for a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListChannelModerators, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelModeratorsRequest * @param 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. * @return A Java Future containing the result of the ListChannelModerators operation returned by the service. * @sample AmazonChimeAsyncHandler.ListChannelModerators * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listChannelModeratorsAsync(ListChannelModeratorsRequest listChannelModeratorsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow * results. *

*

* Functionality & restrictions *

*
    *
  • *

    * Use privacy = PUBLIC to retrieve all public channels in the account. *

    *
  • *
  • *

    * Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an * account. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelsRequest * @return A Java Future containing the result of the ListChannels operation returned by the service. * @sample AmazonChimeAsync.ListChannels * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelsAsync(ListChannelsRequest listChannelsRequest); /** *

* Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow * results. *

*

* Functionality & restrictions *

*
    *
  • *

    * Use privacy = PUBLIC to retrieve all public channels in the account. *

    *
  • *
  • *

    * Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an * account. *

    *
  • *
* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelsRequest * @param 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. * @return A Java Future containing the result of the ListChannels operation returned by the service. * @sample AmazonChimeAsyncHandler.ListChannels * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listChannelsAsync(ListChannelsRequest listChannelsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* A list of the channels moderated by an AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelsModeratedByAppInstanceUserRequest * @return A Java Future containing the result of the ListChannelsModeratedByAppInstanceUser operation returned by * the service. * @sample AmazonChimeAsync.ListChannelsModeratedByAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listChannelsModeratedByAppInstanceUserAsync( ListChannelsModeratedByAppInstanceUserRequest listChannelsModeratedByAppInstanceUserRequest); /** *

* A list of the channels moderated by an AppInstanceUser. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listChannelsModeratedByAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the ListChannelsModeratedByAppInstanceUser operation returned by * the service. * @sample AmazonChimeAsyncHandler.ListChannelsModeratedByAppInstanceUser * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listChannelsModeratedByAppInstanceUserAsync( ListChannelsModeratedByAppInstanceUserRequest listChannelsModeratedByAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Returns a list of media capture pipelines. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listMediaCapturePipelinesRequest * @return A Java Future containing the result of the ListMediaCapturePipelines operation returned by the service. * @sample AmazonChimeAsync.ListMediaCapturePipelines * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listMediaCapturePipelinesAsync( ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest); /** *

* Returns a list of media capture pipelines. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listMediaCapturePipelinesRequest * @param 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. * @return A Java Future containing the result of the ListMediaCapturePipelines operation returned by the service. * @sample AmazonChimeAsyncHandler.ListMediaCapturePipelines * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listMediaCapturePipelinesAsync( ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the tags applied to an Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListTagsForResource, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listMeetingTagsRequest * @return A Java Future containing the result of the ListMeetingTags operation returned by the service. * @sample AmazonChimeAsync.ListMeetingTags * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listMeetingTagsAsync(ListMeetingTagsRequest listMeetingTagsRequest); /** *

* Lists the tags applied to an Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListTagsForResource, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listMeetingTagsRequest * @param 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. * @return A Java Future containing the result of the ListMeetingTags operation returned by the service. * @sample AmazonChimeAsyncHandler.ListMeetingTags * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listMeetingTagsAsync(ListMeetingTagsRequest listMeetingTagsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists up to 100 active Amazon Chime SDK meetings. *

* *

* ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls * to this API. *

*
*

* For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* * @param listMeetingsRequest * @return A Java Future containing the result of the ListMeetings operation returned by the service. * @sample AmazonChimeAsync.ListMeetings * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listMeetingsAsync(ListMeetingsRequest listMeetingsRequest); /** *

* Lists up to 100 active Amazon Chime SDK meetings. *

* *

* ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls * to this API. *

*
*

* For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the * Amazon Chime SDK Developer Guide. *

* * @param listMeetingsRequest * @param 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. * @return A Java Future containing the result of the ListMeetings operation returned by the service. * @sample AmazonChimeAsyncHandler.ListMeetings * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listMeetingsAsync(ListMeetingsRequest listMeetingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the phone number orders for the administrator's Amazon Chime account. *

* * @param listPhoneNumberOrdersRequest * @return A Java Future containing the result of the ListPhoneNumberOrders operation returned by the service. * @sample AmazonChimeAsync.ListPhoneNumberOrders * @see AWS * API Documentation */ java.util.concurrent.Future listPhoneNumberOrdersAsync(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest); /** *

* Lists the phone number orders for the administrator's Amazon Chime account. *

* * @param listPhoneNumberOrdersRequest * @param 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. * @return A Java Future containing the result of the ListPhoneNumberOrders operation returned by the service. * @sample AmazonChimeAsyncHandler.ListPhoneNumberOrders * @see AWS * API Documentation */ java.util.concurrent.Future listPhoneNumberOrdersAsync(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, * or Amazon Chime Voice Connector group. *

* * @param listPhoneNumbersRequest * @return A Java Future containing the result of the ListPhoneNumbers operation returned by the service. * @sample AmazonChimeAsync.ListPhoneNumbers * @see AWS API * Documentation */ java.util.concurrent.Future listPhoneNumbersAsync(ListPhoneNumbersRequest listPhoneNumbersRequest); /** *

* Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, * or Amazon Chime Voice Connector group. *

* * @param listPhoneNumbersRequest * @param 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. * @return A Java Future containing the result of the ListPhoneNumbers operation returned by the service. * @sample AmazonChimeAsyncHandler.ListPhoneNumbers * @see AWS API * Documentation */ java.util.concurrent.Future listPhoneNumbersAsync(ListPhoneNumbersRequest listPhoneNumbersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the proxy sessions for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListProxySessions, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listProxySessionsRequest * @return A Java Future containing the result of the ListProxySessions operation returned by the service. * @sample AmazonChimeAsync.ListProxySessions * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest); /** *

* Lists the proxy sessions for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListProxySessions, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listProxySessionsRequest * @param 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. * @return A Java Future containing the result of the ListProxySessions operation returned by the service. * @sample AmazonChimeAsyncHandler.ListProxySessions * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' * IDs, email addresses, and names. *

* * @param listRoomMembershipsRequest * @return A Java Future containing the result of the ListRoomMemberships operation returned by the service. * @sample AmazonChimeAsync.ListRoomMemberships * @see AWS API * Documentation */ java.util.concurrent.Future listRoomMembershipsAsync(ListRoomMembershipsRequest listRoomMembershipsRequest); /** *

* Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' * IDs, email addresses, and names. *

* * @param listRoomMembershipsRequest * @param 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. * @return A Java Future containing the result of the ListRoomMemberships operation returned by the service. * @sample AmazonChimeAsyncHandler.ListRoomMemberships * @see AWS API * Documentation */ java.util.concurrent.Future listRoomMembershipsAsync(ListRoomMembershipsRequest listRoomMembershipsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a * member ID (user ID or bot ID) to see a list of rooms that the member belongs to. *

* * @param listRoomsRequest * @return A Java Future containing the result of the ListRooms operation returned by the service. * @sample AmazonChimeAsync.ListRooms * @see AWS API * Documentation */ java.util.concurrent.Future listRoomsAsync(ListRoomsRequest listRoomsRequest); /** *

* Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a * member ID (user ID or bot ID) to see a list of rooms that the member belongs to. *

* * @param listRoomsRequest * @param 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. * @return A Java Future containing the result of the ListRooms operation returned by the service. * @sample AmazonChimeAsyncHandler.ListRooms * @see AWS API * Documentation */ java.util.concurrent.Future listRoomsAsync(ListRoomsRequest listRoomsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the SIP media applications under the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListSipMediaApplications, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listSipMediaApplicationsRequest * @return A Java Future containing the result of the ListSipMediaApplications operation returned by the service. * @sample AmazonChimeAsync.ListSipMediaApplications * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listSipMediaApplicationsAsync(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest); /** *

* Lists the SIP media applications under the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListSipMediaApplications, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listSipMediaApplicationsRequest * @param 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. * @return A Java Future containing the result of the ListSipMediaApplications operation returned by the service. * @sample AmazonChimeAsyncHandler.ListSipMediaApplications * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listSipMediaApplicationsAsync(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the SIP rules under the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listSipRulesRequest * @return A Java Future containing the result of the ListSipRules operation returned by the service. * @sample AmazonChimeAsync.ListSipRules * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listSipRulesAsync(ListSipRulesRequest listSipRulesRequest); /** *

* Lists the SIP rules under the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listSipRulesRequest * @param 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. * @return A Java Future containing the result of the ListSipRules operation returned by the service. * @sample AmazonChimeAsyncHandler.ListSipRules * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listSipRulesAsync(ListSipRulesRequest listSipRulesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists supported phone number countries. *

* * @param listSupportedPhoneNumberCountriesRequest * @return A Java Future containing the result of the ListSupportedPhoneNumberCountries operation returned by the * service. * @sample AmazonChimeAsync.ListSupportedPhoneNumberCountries * @see AWS API Documentation */ java.util.concurrent.Future listSupportedPhoneNumberCountriesAsync( ListSupportedPhoneNumberCountriesRequest listSupportedPhoneNumberCountriesRequest); /** *

* Lists supported phone number countries. *

* * @param listSupportedPhoneNumberCountriesRequest * @param 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. * @return A Java Future containing the result of the ListSupportedPhoneNumberCountries operation returned by the * service. * @sample AmazonChimeAsyncHandler.ListSupportedPhoneNumberCountries * @see AWS API Documentation */ java.util.concurrent.Future listSupportedPhoneNumberCountriesAsync( ListSupportedPhoneNumberCountriesRequest listSupportedPhoneNumberCountriesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the tags applied to an Amazon Chime SDK meeting and messaging resources. *

* *

* This API is is no longer supported and will not be updated. We recommend using the applicable latest * version in the Amazon Chime SDK. *

* *

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonChimeAsync.ListTagsForResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest); /** *

* Lists the tags applied to an Amazon Chime SDK meeting and messaging resources. *

* *

* This API is is no longer supported and will not be updated. We recommend using the applicable latest * version in the Amazon Chime SDK. *

* *

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listTagsForResourceRequest * @param 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. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonChimeAsyncHandler.ListTagsForResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param listUsersRequest * @return A Java Future containing the result of the ListUsers operation returned by the service. * @sample AmazonChimeAsync.ListUsers * @see AWS API * Documentation */ java.util.concurrent.Future listUsersAsync(ListUsersRequest listUsersRequest); /** *

* 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. *

* * @param listUsersRequest * @param 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. * @return A Java Future containing the result of the ListUsers operation returned by the service. * @sample AmazonChimeAsyncHandler.ListUsers * @see AWS API * Documentation */ java.util.concurrent.Future listUsersAsync(ListUsersRequest listUsersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the Amazon Chime Voice Connector groups for the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListVoiceConnectorGroups, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorGroupsRequest * @return A Java Future containing the result of the ListVoiceConnectorGroups operation returned by the service. * @sample AmazonChimeAsync.ListVoiceConnectorGroups * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorGroupsAsync(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest); /** *

* Lists the Amazon Chime Voice Connector groups for the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListVoiceConnectorGroups, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorGroupsRequest * @param 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. * @return A Java Future containing the result of the ListVoiceConnectorGroups operation returned by the service. * @sample AmazonChimeAsyncHandler.ListVoiceConnectorGroups * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorGroupsAsync(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the SIP credentials for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorTerminationCredentialsRequest * @return A Java Future containing the result of the ListVoiceConnectorTerminationCredentials operation returned by * the service. * @sample AmazonChimeAsync.ListVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorTerminationCredentialsAsync( ListVoiceConnectorTerminationCredentialsRequest listVoiceConnectorTerminationCredentialsRequest); /** *

* Lists the SIP credentials for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorTerminationCredentialsRequest * @param 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. * @return A Java Future containing the result of the ListVoiceConnectorTerminationCredentials operation returned by * the service. * @sample AmazonChimeAsyncHandler.ListVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorTerminationCredentialsAsync( ListVoiceConnectorTerminationCredentialsRequest listVoiceConnectorTerminationCredentialsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the Amazon Chime Voice Connectors for the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListVoiceConnectors, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorsRequest * @return A Java Future containing the result of the ListVoiceConnectors operation returned by the service. * @sample AmazonChimeAsync.ListVoiceConnectors * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorsAsync(ListVoiceConnectorsRequest listVoiceConnectorsRequest); /** *

* Lists the Amazon Chime Voice Connectors for the administrator's AWS account. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ListVoiceConnectors, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param listVoiceConnectorsRequest * @param 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. * @return A Java Future containing the result of the ListVoiceConnectors operation returned by the service. * @sample AmazonChimeAsyncHandler.ListVoiceConnectors * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future listVoiceConnectorsAsync(ListVoiceConnectorsRequest listVoiceConnectorsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Logs out the specified user from all of the devices they are currently logged into. *

* * @param logoutUserRequest * @return A Java Future containing the result of the LogoutUser operation returned by the service. * @sample AmazonChimeAsync.LogoutUser * @see AWS API * Documentation */ java.util.concurrent.Future logoutUserAsync(LogoutUserRequest logoutUserRequest); /** *

* Logs out the specified user from all of the devices they are currently logged into. *

* * @param logoutUserRequest * @param 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. * @return A Java Future containing the result of the LogoutUser operation returned by the service. * @sample AmazonChimeAsyncHandler.LogoutUser * @see AWS API * Documentation */ java.util.concurrent.Future logoutUserAsync(LogoutUserRequest logoutUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Sets the amount of time in days that a given AppInstance retains data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putAppInstanceRetentionSettingsRequest * @return A Java Future containing the result of the PutAppInstanceRetentionSettings operation returned by the * service. * @sample AmazonChimeAsync.PutAppInstanceRetentionSettings * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putAppInstanceRetentionSettingsAsync( PutAppInstanceRetentionSettingsRequest putAppInstanceRetentionSettingsRequest); /** *

* Sets the amount of time in days that a given AppInstance retains data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putAppInstanceRetentionSettingsRequest * @param 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. * @return A Java Future containing the result of the PutAppInstanceRetentionSettings operation returned by the * service. * @sample AmazonChimeAsyncHandler.PutAppInstanceRetentionSettings * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putAppInstanceRetentionSettingsAsync( PutAppInstanceRetentionSettingsRequest putAppInstanceRetentionSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* The data streaming configurations of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putAppInstanceStreamingConfigurationsRequest * @return A Java Future containing the result of the PutAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsync.PutAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putAppInstanceStreamingConfigurationsAsync( PutAppInstanceStreamingConfigurationsRequest putAppInstanceStreamingConfigurationsRequest); /** *

* The data streaming configurations of an AppInstance. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putAppInstanceStreamingConfigurationsRequest * @param 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. * @return A Java Future containing the result of the PutAppInstanceStreamingConfigurations operation returned by * the service. * @sample AmazonChimeAsyncHandler.PutAppInstanceStreamingConfigurations * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putAppInstanceStreamingConfigurationsAsync( PutAppInstanceStreamingConfigurationsRequest putAppInstanceStreamingConfigurationsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param putEventsConfigurationRequest * @return A Java Future containing the result of the PutEventsConfiguration operation returned by the service. * @sample AmazonChimeAsync.PutEventsConfiguration * @see AWS * API Documentation */ java.util.concurrent.Future putEventsConfigurationAsync(PutEventsConfigurationRequest putEventsConfigurationRequest); /** *

* 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. *

* * @param putEventsConfigurationRequest * @param 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. * @return A Java Future containing the result of the PutEventsConfiguration operation returned by the service. * @sample AmazonChimeAsyncHandler.PutEventsConfiguration * @see AWS * API Documentation */ java.util.concurrent.Future putEventsConfigurationAsync(PutEventsConfigurationRequest putEventsConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to * monitor usage of this API for your account. For more information, see Logging Amazon Chime API Calls with AWS * CloudTrail in the Amazon Chime Administration Guide. *

*

* To turn off existing retention settings, remove the number of days from the corresponding RetentionDays * field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in * the Amazon Chime Administration Guide. *

* * @param putRetentionSettingsRequest * @return A Java Future containing the result of the PutRetentionSettings operation returned by the service. * @sample AmazonChimeAsync.PutRetentionSettings * @see AWS API * Documentation */ java.util.concurrent.Future putRetentionSettingsAsync(PutRetentionSettingsRequest putRetentionSettingsRequest); /** *

* Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to * monitor usage of this API for your account. For more information, see Logging Amazon Chime API Calls with AWS * CloudTrail in the Amazon Chime Administration Guide. *

*

* To turn off existing retention settings, remove the number of days from the corresponding RetentionDays * field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in * the Amazon Chime Administration Guide. *

* * @param putRetentionSettingsRequest * @param 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. * @return A Java Future containing the result of the PutRetentionSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.PutRetentionSettings * @see AWS API * Documentation */ java.util.concurrent.Future putRetentionSettingsAsync(PutRetentionSettingsRequest putRetentionSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the logging configuration for the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putSipMediaApplicationLoggingConfigurationRequest * @return A Java Future containing the result of the PutSipMediaApplicationLoggingConfiguration operation returned * by the service. * @sample AmazonChimeAsync.PutSipMediaApplicationLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putSipMediaApplicationLoggingConfigurationAsync( PutSipMediaApplicationLoggingConfigurationRequest putSipMediaApplicationLoggingConfigurationRequest); /** *

* Updates the logging configuration for the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putSipMediaApplicationLoggingConfigurationRequest * @param 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. * @return A Java Future containing the result of the PutSipMediaApplicationLoggingConfiguration operation returned * by the service. * @sample AmazonChimeAsyncHandler.PutSipMediaApplicationLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putSipMediaApplicationLoggingConfigurationAsync( PutSipMediaApplicationLoggingConfigurationRequest putSipMediaApplicationLoggingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency * phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime * Voice Connector before emergency calling can be configured. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorEmergencyCallingConfigurationRequest * @return A Java Future containing the result of the PutVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsync.PutVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorEmergencyCallingConfigurationAsync( PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest); /** *

* Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency * phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime * Voice Connector before emergency calling can be configured. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorEmergencyCallingConfigurationRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorEmergencyCallingConfiguration operation * returned by the service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorEmergencyCallingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorEmergencyCallingConfigurationAsync( PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies * whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorLoggingConfigurationRequest * @return A Java Future containing the result of the PutVoiceConnectorLoggingConfiguration operation returned by * the service. * @sample AmazonChimeAsync.PutVoiceConnectorLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorLoggingConfigurationAsync( PutVoiceConnectorLoggingConfigurationRequest putVoiceConnectorLoggingConfigurationRequest); /** *

* Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies * whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorLoggingConfigurationRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorLoggingConfiguration operation returned by * the service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorLoggingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorLoggingConfigurationAsync( PutVoiceConnectorLoggingConfigurationRequest putVoiceConnectorLoggingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds origination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off * origination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorOriginationRequest * @return A Java Future containing the result of the PutVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsync.PutVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorOriginationAsync( PutVoiceConnectorOriginationRequest putVoiceConnectorOriginationRequest); /** *

* Adds origination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off * origination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorOriginationRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorOrigination operation returned by the * service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorOrigination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorOriginationAsync( PutVoiceConnectorOriginationRequest putVoiceConnectorOriginationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Puts the specified proxy configuration to the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * PutVoiceConnectorProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorProxyRequest * @return A Java Future containing the result of the PutVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsync.PutVoiceConnectorProxy * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorProxyAsync(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest); /** *

* Puts the specified proxy configuration to the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * PutVoiceConnectorProxy, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorProxyRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorProxy operation returned by the service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorProxy * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorProxyAsync(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration * specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, * for the Amazon Kinesis data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorStreamingConfigurationRequest * @return A Java Future containing the result of the PutVoiceConnectorStreamingConfiguration operation returned by * the service. * @sample AmazonChimeAsync.PutVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorStreamingConfigurationAsync( PutVoiceConnectorStreamingConfigurationRequest putVoiceConnectorStreamingConfigurationRequest); /** *

* Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration * specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, * for the Amazon Kinesis data. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorStreamingConfigurationRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorStreamingConfiguration operation returned by * the service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorStreamingConfiguration * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorStreamingConfigurationAsync( PutVoiceConnectorStreamingConfigurationRequest putVoiceConnectorStreamingConfigurationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds termination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off * termination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorTerminationRequest * @return A Java Future containing the result of the PutVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsync.PutVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorTerminationAsync( PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest); /** *

* Adds termination settings for the specified Amazon Chime Voice Connector. *

* *

* If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off * termination settings. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorTerminationRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorTermination operation returned by the * service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorTermination * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorTerminationAsync( PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds termination SIP credentials for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorTerminationCredentialsRequest * @return A Java Future containing the result of the PutVoiceConnectorTerminationCredentials operation returned by * the service. * @sample AmazonChimeAsync.PutVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorTerminationCredentialsAsync( PutVoiceConnectorTerminationCredentialsRequest putVoiceConnectorTerminationCredentialsRequest); /** *

* Adds termination SIP credentials for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param putVoiceConnectorTerminationCredentialsRequest * @param 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. * @return A Java Future containing the result of the PutVoiceConnectorTerminationCredentials operation returned by * the service. * @sample AmazonChimeAsyncHandler.PutVoiceConnectorTerminationCredentials * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future putVoiceConnectorTerminationCredentialsAsync( PutVoiceConnectorTerminationCredentialsRequest putVoiceConnectorTerminationCredentialsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Redacts message content, but not metadata. The message exists in the back end, but the action returns null * content, and the state shows as redacted. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * RedactChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param redactChannelMessageRequest * @return A Java Future containing the result of the RedactChannelMessage operation returned by the service. * @sample AmazonChimeAsync.RedactChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future redactChannelMessageAsync(RedactChannelMessageRequest redactChannelMessageRequest); /** *

* Redacts message content, but not metadata. The message exists in the back end, but the action returns null * content, and the state shows as redacted. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * RedactChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param redactChannelMessageRequest * @param 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. * @return A Java Future containing the result of the RedactChannelMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.RedactChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future redactChannelMessageAsync(RedactChannelMessageRequest redactChannelMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Redacts the specified message from the specified Amazon Chime conversation. *

* * @param redactConversationMessageRequest * @return A Java Future containing the result of the RedactConversationMessage operation returned by the service. * @sample AmazonChimeAsync.RedactConversationMessage * @see AWS API Documentation */ java.util.concurrent.Future redactConversationMessageAsync( RedactConversationMessageRequest redactConversationMessageRequest); /** *

* Redacts the specified message from the specified Amazon Chime conversation. *

* * @param redactConversationMessageRequest * @param 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. * @return A Java Future containing the result of the RedactConversationMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.RedactConversationMessage * @see AWS API Documentation */ java.util.concurrent.Future redactConversationMessageAsync( RedactConversationMessageRequest redactConversationMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Redacts the specified message from the specified Amazon Chime channel. *

* * @param redactRoomMessageRequest * @return A Java Future containing the result of the RedactRoomMessage operation returned by the service. * @sample AmazonChimeAsync.RedactRoomMessage * @see AWS API * Documentation */ java.util.concurrent.Future redactRoomMessageAsync(RedactRoomMessageRequest redactRoomMessageRequest); /** *

* Redacts the specified message from the specified Amazon Chime channel. *

* * @param redactRoomMessageRequest * @param 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. * @return A Java Future containing the result of the RedactRoomMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.RedactRoomMessage * @see AWS API * Documentation */ java.util.concurrent.Future redactRoomMessageAsync(RedactRoomMessageRequest redactRoomMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Regenerates the security token for a bot. *

* * @param regenerateSecurityTokenRequest * @return A Java Future containing the result of the RegenerateSecurityToken operation returned by the service. * @sample AmazonChimeAsync.RegenerateSecurityToken * @see AWS * API Documentation */ java.util.concurrent.Future regenerateSecurityTokenAsync(RegenerateSecurityTokenRequest regenerateSecurityTokenRequest); /** *

* Regenerates the security token for a bot. *

* * @param regenerateSecurityTokenRequest * @param 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. * @return A Java Future containing the result of the RegenerateSecurityToken operation returned by the service. * @sample AmazonChimeAsyncHandler.RegenerateSecurityToken * @see AWS * API Documentation */ java.util.concurrent.Future regenerateSecurityTokenAsync(RegenerateSecurityTokenRequest regenerateSecurityTokenRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object * with the updated personal meeting PIN. *

* * @param resetPersonalPINRequest * @return A Java Future containing the result of the ResetPersonalPIN operation returned by the service. * @sample AmazonChimeAsync.ResetPersonalPIN * @see AWS API * Documentation */ java.util.concurrent.Future resetPersonalPINAsync(ResetPersonalPINRequest resetPersonalPINRequest); /** *

* Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object * with the updated personal meeting PIN. *

* * @param resetPersonalPINRequest * @param 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. * @return A Java Future containing the result of the ResetPersonalPIN operation returned by the service. * @sample AmazonChimeAsyncHandler.ResetPersonalPIN * @see AWS API * Documentation */ java.util.concurrent.Future resetPersonalPINAsync(ResetPersonalPINRequest resetPersonalPINRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Moves a phone number from the Deletion queue back into the phone number Inventory. *

* * @param restorePhoneNumberRequest * @return A Java Future containing the result of the RestorePhoneNumber operation returned by the service. * @sample AmazonChimeAsync.RestorePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future restorePhoneNumberAsync(RestorePhoneNumberRequest restorePhoneNumberRequest); /** *

* Moves a phone number from the Deletion queue back into the phone number Inventory. *

* * @param restorePhoneNumberRequest * @param 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. * @return A Java Future containing the result of the RestorePhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.RestorePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future restorePhoneNumberAsync(RestorePhoneNumberRequest restorePhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search * filters: AreaCode, City, State, or TollFreePrefix. If you * provide City, you must also provide State. Numbers outside the US only support the * PhoneNumberType filter, which you must use. *

* * @param searchAvailablePhoneNumbersRequest * @return A Java Future containing the result of the SearchAvailablePhoneNumbers operation returned by the service. * @sample AmazonChimeAsync.SearchAvailablePhoneNumbers * @see AWS API Documentation */ java.util.concurrent.Future searchAvailablePhoneNumbersAsync( SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest); /** *

* Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search * filters: AreaCode, City, State, or TollFreePrefix. If you * provide City, you must also provide State. Numbers outside the US only support the * PhoneNumberType filter, which you must use. *

* * @param searchAvailablePhoneNumbersRequest * @param 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. * @return A Java Future containing the result of the SearchAvailablePhoneNumbers operation returned by the service. * @sample AmazonChimeAsyncHandler.SearchAvailablePhoneNumbers * @see AWS API Documentation */ java.util.concurrent.Future searchAvailablePhoneNumbersAsync( SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Sends a message to a particular channel that the member is a part of. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*

* Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL * messages can contain 30 bytes of data and no metadata. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * SendChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param sendChannelMessageRequest * @return A Java Future containing the result of the SendChannelMessage operation returned by the service. * @sample AmazonChimeAsync.SendChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future sendChannelMessageAsync(SendChannelMessageRequest sendChannelMessageRequest); /** *

* Sends a message to a particular channel that the member is a part of. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*

* Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL * messages can contain 30 bytes of data and no metadata. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * SendChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param sendChannelMessageRequest * @param 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. * @return A Java Future containing the result of the SendChannelMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.SendChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future sendChannelMessageAsync(SendChannelMessageRequest sendChannelMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live * transcription in the Amazon Chime SDK Developer Guide. *

*

* If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of * the BadRequestException generated by Amazon Transcribe. For more information on each parameter and * which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. *

* *

* Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the * AWS Service Terms, including the terms specific to the AWS * Machine Learning and Artificial Intelligence Services. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * StartMeetingTranscription, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param startMeetingTranscriptionRequest * @return A Java Future containing the result of the StartMeetingTranscription operation returned by the service. * @sample AmazonChimeAsync.StartMeetingTranscription * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future startMeetingTranscriptionAsync( StartMeetingTranscriptionRequest startMeetingTranscriptionRequest); /** *

* Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live * transcription in the Amazon Chime SDK Developer Guide. *

*

* If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of * the BadRequestException generated by Amazon Transcribe. For more information on each parameter and * which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide. *

* *

* Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the * AWS Service Terms, including the terms specific to the AWS * Machine Learning and Artificial Intelligence Services. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * StartMeetingTranscription, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param startMeetingTranscriptionRequest * @param 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. * @return A Java Future containing the result of the StartMeetingTranscription operation returned by the service. * @sample AmazonChimeAsyncHandler.StartMeetingTranscription * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future startMeetingTranscriptionAsync( StartMeetingTranscriptionRequest startMeetingTranscriptionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Stops transcription for the specified meetingId. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * StopMeetingTranscription, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param stopMeetingTranscriptionRequest * @return A Java Future containing the result of the StopMeetingTranscription operation returned by the service. * @sample AmazonChimeAsync.StopMeetingTranscription * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest); /** *

* Stops transcription for the specified meetingId. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * StopMeetingTranscription, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param stopMeetingTranscriptionRequest * @param 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. * @return A Java Future containing the result of the StopMeetingTranscription operation returned by the service. * @sample AmazonChimeAsyncHandler.StopMeetingTranscription * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Applies the specified tags to the specified Amazon Chime attendee. *

* *

* TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls * to this API. *

*
* * @param tagAttendeeRequest * @return A Java Future containing the result of the TagAttendee operation returned by the service. * @sample AmazonChimeAsync.TagAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagAttendeeAsync(TagAttendeeRequest tagAttendeeRequest); /** *

* Applies the specified tags to the specified Amazon Chime attendee. *

* *

* TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls * to this API. *

*
* * @param tagAttendeeRequest * @param 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. * @return A Java Future containing the result of the TagAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.TagAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagAttendeeAsync(TagAttendeeRequest tagAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Applies the specified tags to the specified Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param tagMeetingRequest * @return A Java Future containing the result of the TagMeeting operation returned by the service. * @sample AmazonChimeAsync.TagMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagMeetingAsync(TagMeetingRequest tagMeetingRequest); /** *

* Applies the specified tags to the specified Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param tagMeetingRequest * @param 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. * @return A Java Future containing the result of the TagMeeting operation returned by the service. * @sample AmazonChimeAsyncHandler.TagMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagMeetingAsync(TagMeetingRequest tagMeetingRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Applies the specified tags to the specified Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param tagResourceRequest * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonChimeAsync.TagResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest); /** *

* Applies the specified tags to the specified Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param tagResourceRequest * @param 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. * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonChimeAsyncHandler.TagResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Untags the specified tags from the specified Amazon Chime SDK attendee. *

* *

* UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove * calls to this API. *

*
* * @param untagAttendeeRequest * @return A Java Future containing the result of the UntagAttendee operation returned by the service. * @sample AmazonChimeAsync.UntagAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagAttendeeAsync(UntagAttendeeRequest untagAttendeeRequest); /** *

* Untags the specified tags from the specified Amazon Chime SDK attendee. *

* *

* UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove * calls to this API. *

*
* * @param untagAttendeeRequest * @param 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. * @return A Java Future containing the result of the UntagAttendee operation returned by the service. * @sample AmazonChimeAsyncHandler.UntagAttendee * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagAttendeeAsync(UntagAttendeeRequest untagAttendeeRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Untags the specified tags from the specified Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param untagMeetingRequest * @return A Java Future containing the result of the UntagMeeting operation returned by the service. * @sample AmazonChimeAsync.UntagMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagMeetingAsync(UntagMeetingRequest untagMeetingRequest); /** *

* Untags the specified tags from the specified Amazon Chime SDK meeting. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param untagMeetingRequest * @param 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. * @return A Java Future containing the result of the UntagMeeting operation returned by the service. * @sample AmazonChimeAsyncHandler.UntagMeeting * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagMeetingAsync(UntagMeetingRequest untagMeetingRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Untags the specified tags from the specified Amazon Chime SDK meeting resource. *

*

* Applies the specified tags to the specified Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param untagResourceRequest * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonChimeAsync.UntagResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest); /** *

* Untags the specified tags from the specified Amazon Chime SDK meeting resource. *

*

* Applies the specified tags to the specified Amazon Chime SDK meeting resource. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param untagResourceRequest * @param 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. * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonChimeAsyncHandler.UntagResource * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates account details for the specified Amazon Chime account. Currently, only account name and default license * updates are supported for this action. *

* * @param updateAccountRequest * @return A Java Future containing the result of the UpdateAccount operation returned by the service. * @sample AmazonChimeAsync.UpdateAccount * @see AWS API * Documentation */ java.util.concurrent.Future updateAccountAsync(UpdateAccountRequest updateAccountRequest); /** *

* Updates account details for the specified Amazon Chime account. Currently, only account name and default license * updates are supported for this action. *

* * @param updateAccountRequest * @param 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. * @return A Java Future containing the result of the UpdateAccount operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateAccount * @see AWS API * Documentation */ java.util.concurrent.Future updateAccountAsync(UpdateAccountRequest updateAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param updateAccountSettingsRequest * @return A Java Future containing the result of the UpdateAccountSettings operation returned by the service. * @sample AmazonChimeAsync.UpdateAccountSettings * @see AWS * API Documentation */ java.util.concurrent.Future updateAccountSettingsAsync(UpdateAccountSettingsRequest updateAccountSettingsRequest); /** *

* 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. *

* * @param updateAccountSettingsRequest * @param 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. * @return A Java Future containing the result of the UpdateAccountSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateAccountSettings * @see AWS * API Documentation */ java.util.concurrent.Future updateAccountSettingsAsync(UpdateAccountSettingsRequest updateAccountSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates AppInstance metadata. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateAppInstanceRequest * @return A Java Future containing the result of the UpdateAppInstance operation returned by the service. * @sample AmazonChimeAsync.UpdateAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateAppInstanceAsync(UpdateAppInstanceRequest updateAppInstanceRequest); /** *

* Updates AppInstance metadata. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateAppInstance, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateAppInstanceRequest * @param 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. * @return A Java Future containing the result of the UpdateAppInstance operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateAppInstance * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateAppInstanceAsync(UpdateAppInstanceRequest updateAppInstanceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the details of an AppInstanceUser. You can update names and metadata. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateAppInstanceUserRequest * @return A Java Future containing the result of the UpdateAppInstanceUser operation returned by the service. * @sample AmazonChimeAsync.UpdateAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future updateAppInstanceUserAsync(UpdateAppInstanceUserRequest updateAppInstanceUserRequest); /** *

* Updates the details of an AppInstanceUser. You can update names and metadata. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateAppInstanceUser, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateAppInstanceUserRequest * @param 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. * @return A Java Future containing the result of the UpdateAppInstanceUser operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateAppInstanceUser * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future updateAppInstanceUserAsync(UpdateAppInstanceUserRequest updateAppInstanceUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime * Enterprise account. *

* * @param updateBotRequest * @return A Java Future containing the result of the UpdateBot operation returned by the service. * @sample AmazonChimeAsync.UpdateBot * @see AWS API * Documentation */ java.util.concurrent.Future updateBotAsync(UpdateBotRequest updateBotRequest); /** *

* Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime * Enterprise account. *

* * @param updateBotRequest * @param 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. * @return A Java Future containing the result of the UpdateBot operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateBot * @see AWS API * Documentation */ java.util.concurrent.Future updateBotAsync(UpdateBotRequest updateBotRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Update a channel's attributes. *

*

* Restriction: You can't change a channel's privacy. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelRequest * @return A Java Future containing the result of the UpdateChannel operation returned by the service. * @sample AmazonChimeAsync.UpdateChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateChannelAsync(UpdateChannelRequest updateChannelRequest); /** *

* Update a channel's attributes. *

*

* Restriction: You can't change a channel's privacy. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel * , in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelRequest * @param 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. * @return A Java Future containing the result of the UpdateChannel operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateChannel * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateChannelAsync(UpdateChannelRequest updateChannelRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the content of a message. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelMessageRequest * @return A Java Future containing the result of the UpdateChannelMessage operation returned by the service. * @sample AmazonChimeAsync.UpdateChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateChannelMessageAsync(UpdateChannelMessageRequest updateChannelMessageRequest); /** *

* Updates the content of a message. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateChannelMessage, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelMessageRequest * @param 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. * @return A Java Future containing the result of the UpdateChannelMessage operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateChannelMessage * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateChannelMessageAsync(UpdateChannelMessageRequest updateChannelMessageRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* The details of the time when a user last read messages in a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateChannelReadMarker, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelReadMarkerRequest * @return A Java Future containing the result of the UpdateChannelReadMarker operation returned by the service. * @sample AmazonChimeAsync.UpdateChannelReadMarker * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future updateChannelReadMarkerAsync(UpdateChannelReadMarkerRequest updateChannelReadMarkerRequest); /** *

* The details of the time when a user last read messages in a channel. *

* *

* The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the * user that makes the API call as the value in the header. *

*
*

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateChannelReadMarker, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateChannelReadMarkerRequest * @param 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. * @return A Java Future containing the result of the UpdateChannelReadMarker operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateChannelReadMarker * @see AWS * API Documentation */ @Deprecated java.util.concurrent.Future updateChannelReadMarkerAsync(UpdateChannelReadMarkerRequest updateChannelReadMarkerRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon * Chime Voice Connector settings. *

* * @param updateGlobalSettingsRequest * @return A Java Future containing the result of the UpdateGlobalSettings operation returned by the service. * @sample AmazonChimeAsync.UpdateGlobalSettings * @see AWS API * Documentation */ java.util.concurrent.Future updateGlobalSettingsAsync(UpdateGlobalSettingsRequest updateGlobalSettingsRequest); /** *

* Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon * Chime Voice Connector settings. *

* * @param updateGlobalSettingsRequest * @param 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. * @return A Java Future containing the result of the UpdateGlobalSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateGlobalSettings * @see AWS API * Documentation */ java.util.concurrent.Future updateGlobalSettingsAsync(UpdateGlobalSettingsRequest updateGlobalSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates phone number details, such as product type or calling name, for the specified phone number ID. You can * update one phone number detail at a time. For example, you can update either the product type or the calling name * in one action. *

*

* For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the * U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. *

*

* Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must * be complete before you can request another update. *

* * @param updatePhoneNumberRequest * @return A Java Future containing the result of the UpdatePhoneNumber operation returned by the service. * @sample AmazonChimeAsync.UpdatePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future updatePhoneNumberAsync(UpdatePhoneNumberRequest updatePhoneNumberRequest); /** *

* Updates phone number details, such as product type or calling name, for the specified phone number ID. You can * update one phone number detail at a time. For example, you can update either the product type or the calling name * in one action. *

*

* For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the * U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. *

*

* Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must * be complete before you can request another update. *

* * @param updatePhoneNumberRequest * @param 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. * @return A Java Future containing the result of the UpdatePhoneNumber operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdatePhoneNumber * @see AWS API * Documentation */ java.util.concurrent.Future updatePhoneNumberAsync(UpdatePhoneNumberRequest updatePhoneNumberRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. * You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 * hours to update. *

* * @param updatePhoneNumberSettingsRequest * @return A Java Future containing the result of the UpdatePhoneNumberSettings operation returned by the service. * @sample AmazonChimeAsync.UpdatePhoneNumberSettings * @see AWS API Documentation */ java.util.concurrent.Future updatePhoneNumberSettingsAsync( UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest); /** *

* Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. * You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 * hours to update. *

* * @param updatePhoneNumberSettingsRequest * @param 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. * @return A Java Future containing the result of the UpdatePhoneNumberSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdatePhoneNumberSettings * @see AWS API Documentation */ java.util.concurrent.Future updatePhoneNumberSettingsAsync( UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the specified proxy session details, such as voice or SMS capabilities. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateProxySessionRequest * @return A Java Future containing the result of the UpdateProxySession operation returned by the service. * @sample AmazonChimeAsync.UpdateProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateProxySessionAsync(UpdateProxySessionRequest updateProxySessionRequest); /** *

* Updates the specified proxy session details, such as voice or SMS capabilities. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateProxySession, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateProxySessionRequest * @param 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. * @return A Java Future containing the result of the UpdateProxySession operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateProxySession * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateProxySessionAsync(UpdateProxySessionRequest updateProxySessionRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account. *

* * @param updateRoomRequest * @return A Java Future containing the result of the UpdateRoom operation returned by the service. * @sample AmazonChimeAsync.UpdateRoom * @see AWS API * Documentation */ java.util.concurrent.Future updateRoomAsync(UpdateRoomRequest updateRoomRequest); /** *

* Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account. *

* * @param updateRoomRequest * @param 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. * @return A Java Future containing the result of the UpdateRoom operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateRoom * @see AWS API * Documentation */ java.util.concurrent.Future updateRoomAsync(UpdateRoomRequest updateRoomRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account. The * member role designates whether the member is a chat room administrator or a general chat room member. The member * role can be updated only for user IDs. *

* * @param updateRoomMembershipRequest * @return A Java Future containing the result of the UpdateRoomMembership operation returned by the service. * @sample AmazonChimeAsync.UpdateRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future updateRoomMembershipAsync(UpdateRoomMembershipRequest updateRoomMembershipRequest); /** *

* Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account. The * member role designates whether the member is a chat room administrator or a general chat room member. The member * role can be updated only for user IDs. *

* * @param updateRoomMembershipRequest * @param 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. * @return A Java Future containing the result of the UpdateRoomMembership operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateRoomMembership * @see AWS API * Documentation */ java.util.concurrent.Future updateRoomMembershipAsync(UpdateRoomMembershipRequest updateRoomMembershipRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the details of the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipMediaApplicationRequest * @return A Java Future containing the result of the UpdateSipMediaApplication operation returned by the service. * @sample AmazonChimeAsync.UpdateSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateSipMediaApplicationAsync( UpdateSipMediaApplicationRequest updateSipMediaApplicationRequest); /** *

* Updates the details of the specified SIP media application. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateSipMediaApplication, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipMediaApplicationRequest * @param 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. * @return A Java Future containing the result of the UpdateSipMediaApplication operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateSipMediaApplication * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateSipMediaApplicationAsync( UpdateSipMediaApplicationRequest updateSipMediaApplicationRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update * request. The Lambda function can then return a new set of actions. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipMediaApplicationCallRequest * @return A Java Future containing the result of the UpdateSipMediaApplicationCall operation returned by the * service. * @sample AmazonChimeAsync.UpdateSipMediaApplicationCall * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateSipMediaApplicationCallAsync( UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest); /** *

* Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update * request. The Lambda function can then return a new set of actions. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipMediaApplicationCallRequest * @param 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. * @return A Java Future containing the result of the UpdateSipMediaApplicationCall operation returned by the * service. * @sample AmazonChimeAsyncHandler.UpdateSipMediaApplicationCall * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateSipMediaApplicationCallAsync( UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the details of the specified SIP rule. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipRuleRequest * @return A Java Future containing the result of the UpdateSipRule operation returned by the service. * @sample AmazonChimeAsync.UpdateSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateSipRuleAsync(UpdateSipRuleRequest updateSipRuleRequest); /** *

* Updates the details of the specified SIP rule. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, * in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateSipRuleRequest * @param 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. * @return A Java Future containing the result of the UpdateSipRule operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateSipRule * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateSipRuleAsync(UpdateSipRuleRequest updateSipRuleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates user details for a specified user ID. Currently, only LicenseType updates are supported for * this action. *

* * @param updateUserRequest * @return A Java Future containing the result of the UpdateUser operation returned by the service. * @sample AmazonChimeAsync.UpdateUser * @see AWS API * Documentation */ java.util.concurrent.Future updateUserAsync(UpdateUserRequest updateUserRequest); /** *

* Updates user details for a specified user ID. Currently, only LicenseType updates are supported for * this action. *

* * @param updateUserRequest * @param 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. * @return A Java Future containing the result of the UpdateUser operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateUser * @see AWS API * Documentation */ java.util.concurrent.Future updateUserAsync(UpdateUserRequest updateUserRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates the settings for the specified user, such as phone number settings. *

* * @param updateUserSettingsRequest * @return A Java Future containing the result of the UpdateUserSettings operation returned by the service. * @sample AmazonChimeAsync.UpdateUserSettings * @see AWS API * Documentation */ java.util.concurrent.Future updateUserSettingsAsync(UpdateUserSettingsRequest updateUserSettingsRequest); /** *

* Updates the settings for the specified user, such as phone number settings. *

* * @param updateUserSettingsRequest * @param 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. * @return A Java Future containing the result of the UpdateUserSettings operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateUserSettings * @see AWS API * Documentation */ java.util.concurrent.Future updateUserSettingsAsync(UpdateUserSettingsRequest updateUserSettingsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateVoiceConnectorRequest * @return A Java Future containing the result of the UpdateVoiceConnector operation returned by the service. * @sample AmazonChimeAsync.UpdateVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateVoiceConnectorAsync(UpdateVoiceConnectorRequest updateVoiceConnectorRequest); /** *

* Updates details for the specified Amazon Chime Voice Connector. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateVoiceConnector, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateVoiceConnectorRequest * @param 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. * @return A Java Future containing the result of the UpdateVoiceConnector operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateVoiceConnector * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future updateVoiceConnectorAsync(UpdateVoiceConnectorRequest updateVoiceConnectorRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice * Connector priority ranking. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateVoiceConnectorGroupRequest * @return A Java Future containing the result of the UpdateVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsync.UpdateVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateVoiceConnectorGroupAsync( UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest); /** *

* Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice * Connector priority ranking. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * UpdateVoiceConnectorGroup, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param updateVoiceConnectorGroupRequest * @param 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. * @return A Java Future containing the result of the UpdateVoiceConnectorGroup operation returned by the service. * @sample AmazonChimeAsyncHandler.UpdateVoiceConnectorGroup * @see AWS API Documentation */ @Deprecated java.util.concurrent.Future updateVoiceConnectorGroupAsync( UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated * addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps * ensure that addresses are routed to the appropriate Public Safety Answering Point. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ValidateE911Address, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param validateE911AddressRequest * @return A Java Future containing the result of the ValidateE911Address operation returned by the service. * @sample AmazonChimeAsync.ValidateE911Address * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future validateE911AddressAsync(ValidateE911AddressRequest validateE911AddressRequest); /** *

* Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated * addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps * ensure that addresses are routed to the appropriate Public Safety Answering Point. *

* *

* This API is is no longer supported and will not be updated. We recommend using the latest version, * ValidateE911Address, in the Amazon Chime SDK. *

*

* Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon * Chime namespace in the Amazon Chime SDK Developer Guide. *

*
* * @param validateE911AddressRequest * @param 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. * @return A Java Future containing the result of the ValidateE911Address operation returned by the service. * @sample AmazonChimeAsyncHandler.ValidateE911Address * @see AWS API * Documentation */ @Deprecated java.util.concurrent.Future validateE911AddressAsync(ValidateE911AddressRequest validateE911AddressRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy