/* * Copyright 2018-2023 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. *
** You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your * requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center. *
** Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface * in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI * Command Reference. *
** If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports * Signature Version 4. For more information, see Signature Version 4 Signing Process * in the Amazon Web Services General Reference. *
*
* When making REST API calls, use the service name chime
and REST endpoint
* https://service.chime.aws.amazon.com
.
*
* Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see * 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* 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* 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. *
** 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. *
** 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. *
** 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. *
** 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* 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* 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* 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* 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. *
** 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. *
** 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* 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* 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* 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
* 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
* 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
* 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.
*
* 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.
*
* 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
* 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
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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. *
*
* 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. *
*
* 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.
*
* 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.
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
** 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* 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* 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* 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* 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. *
** 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
*
* 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. *
*
* 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. *
*
* 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.
*
* 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.
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
** 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* 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* 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* 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* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
*
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
** 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. *
** 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. *
** 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* 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* 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* 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* 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* 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
* 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. *
*
* 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. *
*
* 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. *
*
* 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. *
** 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. *
** 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. *
** 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* 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* 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. *
** 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. *
** 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* 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