| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
ChimeClient.associatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
ChimeClient.associatePhoneNumbersWithVoiceConnector(Consumer<AssociatePhoneNumbersWithVoiceConnectorRequest.Builder> associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
ChimeClient.associatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime Voice Connector group.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
ChimeClient.associatePhoneNumbersWithVoiceConnectorGroup(Consumer<AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder> associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime Voice Connector group.
|
default AssociatePhoneNumberWithUserResponse |
ChimeClient.associatePhoneNumberWithUser(AssociatePhoneNumberWithUserRequest associatePhoneNumberWithUserRequest)
Associates a phone number with the specified Amazon Chime user.
|
default AssociatePhoneNumberWithUserResponse |
ChimeClient.associatePhoneNumberWithUser(Consumer<AssociatePhoneNumberWithUserRequest.Builder> associatePhoneNumberWithUserRequest)
Associates a phone number with the specified Amazon Chime user.
|
default AssociateSigninDelegateGroupsWithAccountResponse |
ChimeClient.associateSigninDelegateGroupsWithAccount(AssociateSigninDelegateGroupsWithAccountRequest associateSigninDelegateGroupsWithAccountRequest)
Associates the specified sign-in delegate groups with the specified Amazon Chime account.
|
default AssociateSigninDelegateGroupsWithAccountResponse |
ChimeClient.associateSigninDelegateGroupsWithAccount(Consumer<AssociateSigninDelegateGroupsWithAccountRequest.Builder> associateSigninDelegateGroupsWithAccountRequest)
Associates the specified sign-in delegate groups with the specified Amazon Chime account.
|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default BatchCreateRoomMembershipResponse |
ChimeClient.batchCreateRoomMembership(BatchCreateRoomMembershipRequest batchCreateRoomMembershipRequest)
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
|
default BatchCreateRoomMembershipResponse |
ChimeClient.batchCreateRoomMembership(Consumer<BatchCreateRoomMembershipRequest.Builder> batchCreateRoomMembershipRequest)
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
|
default BatchDeletePhoneNumberResponse |
ChimeClient.batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest)
Moves phone numbers into the Deletion queue.
|
default BatchDeletePhoneNumberResponse |
ChimeClient.batchDeletePhoneNumber(Consumer<BatchDeletePhoneNumberRequest.Builder> batchDeletePhoneNumberRequest)
Moves phone numbers into the Deletion queue.
|
default BatchSuspendUserResponse |
ChimeClient.batchSuspendUser(BatchSuspendUserRequest batchSuspendUserRequest)
Suspends up to 50 users from a
Team or EnterpriseLWA Amazon Chime account. |
default BatchSuspendUserResponse |
ChimeClient.batchSuspendUser(Consumer<BatchSuspendUserRequest.Builder> batchSuspendUserRequest)
Suspends up to 50 users from a
Team or EnterpriseLWA Amazon Chime account. |
default BatchUnsuspendUserResponse |
ChimeClient.batchUnsuspendUser(BatchUnsuspendUserRequest batchUnsuspendUserRequest)
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA account. |
default BatchUnsuspendUserResponse |
ChimeClient.batchUnsuspendUser(Consumer<BatchUnsuspendUserRequest.Builder> batchUnsuspendUserRequest)
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA account. |
default BatchUpdatePhoneNumberResponse |
ChimeClient.batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest)
Updates phone number product types or calling names.
|
default BatchUpdatePhoneNumberResponse |
ChimeClient.batchUpdatePhoneNumber(Consumer<BatchUpdatePhoneNumberRequest.Builder> batchUpdatePhoneNumberRequest)
Updates phone number product types or calling names.
|
default BatchUpdateUserResponse |
ChimeClient.batchUpdateUser(BatchUpdateUserRequest batchUpdateUserRequest)
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account.
|
default BatchUpdateUserResponse |
ChimeClient.batchUpdateUser(Consumer<BatchUpdateUserRequest.Builder> batchUpdateUserRequest)
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon
Chime account.
|
default CreateAccountResponse |
ChimeClient.createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)
Creates an Amazon Chime account under the administrator's AWS account.
|
default CreateAccountResponse |
ChimeClient.createAccount(CreateAccountRequest createAccountRequest)
Creates an Amazon Chime account under the administrator's AWS account.
|
default CreateAttendeeResponse |
ChimeClient.createAttendee(Consumer<CreateAttendeeRequest.Builder> createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateAttendeeResponse |
ChimeClient.createAttendee(CreateAttendeeRequest createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateBotResponse |
ChimeClient.createBot(Consumer<CreateBotRequest.Builder> createBotRequest)
Creates a bot for an Amazon Chime Enterprise account.
|
default CreateBotResponse |
ChimeClient.createBot(CreateBotRequest createBotRequest)
Creates a bot for an Amazon Chime Enterprise account.
|
default CreateProxySessionResponse |
ChimeClient.createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
default CreateProxySessionResponse |
ChimeClient.createProxySession(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
default CreateRoomResponse |
ChimeClient.createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
default CreateRoomResponse |
ChimeClient.createRoom(CreateRoomRequest createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
default CreateRoomMembershipResponse |
ChimeClient.createRoomMembership(Consumer<CreateRoomMembershipRequest.Builder> createRoomMembershipRequest)
Adds a member to a chat room in an Amazon Chime Enterprise account.
|
default CreateRoomMembershipResponse |
ChimeClient.createRoomMembership(CreateRoomMembershipRequest createRoomMembershipRequest)
Adds a member to a chat room in an Amazon Chime Enterprise account.
|
default CreateUserResponse |
ChimeClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a user under the specified Amazon Chime account.
|
default CreateUserResponse |
ChimeClient.createUser(CreateUserRequest createUserRequest)
Creates a user under the specified Amazon Chime account.
|
default DeleteAccountResponse |
ChimeClient.deleteAccount(Consumer<DeleteAccountRequest.Builder> deleteAccountRequest)
Deletes the specified Amazon Chime account.
|
default DeleteAccountResponse |
ChimeClient.deleteAccount(DeleteAccountRequest deleteAccountRequest)
Deletes the specified Amazon Chime account.
|
default DeleteAppInstanceStreamingConfigurationsResponse |
ChimeClient.deleteAppInstanceStreamingConfigurations(Consumer<DeleteAppInstanceStreamingConfigurationsRequest.Builder> deleteAppInstanceStreamingConfigurationsRequest)
Deletes the streaming configurations of an
AppInstance. |
default DeleteAppInstanceStreamingConfigurationsResponse |
ChimeClient.deleteAppInstanceStreamingConfigurations(DeleteAppInstanceStreamingConfigurationsRequest deleteAppInstanceStreamingConfigurationsRequest)
Deletes the streaming configurations of an
AppInstance. |
default DeleteAttendeeResponse |
ChimeClient.deleteAttendee(Consumer<DeleteAttendeeRequest.Builder> deleteAttendeeRequest)
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
JoinToken. |
default DeleteAttendeeResponse |
ChimeClient.deleteAttendee(DeleteAttendeeRequest deleteAttendeeRequest)
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
JoinToken. |
default DeleteMediaCapturePipelineResponse |
ChimeClient.deleteMediaCapturePipeline(Consumer<DeleteMediaCapturePipelineRequest.Builder> deleteMediaCapturePipelineRequest)
Deletes the media capture pipeline.
|
default DeleteMediaCapturePipelineResponse |
ChimeClient.deleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest deleteMediaCapturePipelineRequest)
Deletes the media capture pipeline.
|
default DeleteMeetingResponse |
ChimeClient.deleteMeeting(Consumer<DeleteMeetingRequest.Builder> deleteMeetingRequest)
Deletes the specified Amazon Chime SDK meeting.
|
default DeleteMeetingResponse |
ChimeClient.deleteMeeting(DeleteMeetingRequest deleteMeetingRequest)
Deletes the specified Amazon Chime SDK meeting.
|
default DeletePhoneNumberResponse |
ChimeClient.deletePhoneNumber(Consumer<DeletePhoneNumberRequest.Builder> deletePhoneNumberRequest)
Moves the specified phone number into the Deletion queue.
|
default DeletePhoneNumberResponse |
ChimeClient.deletePhoneNumber(DeletePhoneNumberRequest deletePhoneNumberRequest)
Moves the specified phone number into the Deletion queue.
|
default DeleteProxySessionResponse |
ChimeClient.deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
|
default DeleteProxySessionResponse |
ChimeClient.deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
|
default DeleteRoomResponse |
ChimeClient.deleteRoom(Consumer<DeleteRoomRequest.Builder> deleteRoomRequest)
Deletes a chat room in an Amazon Chime Enterprise account.
|
default DeleteRoomResponse |
ChimeClient.deleteRoom(DeleteRoomRequest deleteRoomRequest)
Deletes a chat room in an Amazon Chime Enterprise account.
|
default DeleteRoomMembershipResponse |
ChimeClient.deleteRoomMembership(Consumer<DeleteRoomMembershipRequest.Builder> deleteRoomMembershipRequest)
Removes a member from a chat room in an Amazon Chime Enterprise account.
|
default DeleteRoomMembershipResponse |
ChimeClient.deleteRoomMembership(DeleteRoomMembershipRequest deleteRoomMembershipRequest)
Removes a member from a chat room in an Amazon Chime Enterprise account.
|
default DeleteSipMediaApplicationResponse |
ChimeClient.deleteSipMediaApplication(Consumer<DeleteSipMediaApplicationRequest.Builder> deleteSipMediaApplicationRequest)
Deletes a SIP media application.
|
default DeleteSipMediaApplicationResponse |
ChimeClient.deleteSipMediaApplication(DeleteSipMediaApplicationRequest deleteSipMediaApplicationRequest)
Deletes a SIP media application.
|
default DeleteSipRuleResponse |
ChimeClient.deleteSipRule(Consumer<DeleteSipRuleRequest.Builder> deleteSipRuleRequest)
Deletes a SIP rule.
|
default DeleteSipRuleResponse |
ChimeClient.deleteSipRule(DeleteSipRuleRequest deleteSipRuleRequest)
Deletes a SIP rule.
|
default DeleteVoiceConnectorResponse |
ChimeClient.deleteVoiceConnector(Consumer<DeleteVoiceConnectorRequest.Builder> deleteVoiceConnectorRequest)
Deletes the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorResponse |
ChimeClient.deleteVoiceConnector(DeleteVoiceConnectorRequest deleteVoiceConnectorRequest)
Deletes the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.deleteVoiceConnectorEmergencyCallingConfiguration(Consumer<DeleteVoiceConnectorEmergencyCallingConfigurationRequest.Builder> deleteVoiceConnectorEmergencyCallingConfigurationRequest)
Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.deleteVoiceConnectorEmergencyCallingConfiguration(DeleteVoiceConnectorEmergencyCallingConfigurationRequest deleteVoiceConnectorEmergencyCallingConfigurationRequest)
Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorGroupResponse |
ChimeClient.deleteVoiceConnectorGroup(Consumer<DeleteVoiceConnectorGroupRequest.Builder> deleteVoiceConnectorGroupRequest)
Deletes the specified Amazon Chime Voice Connector group.
|
default DeleteVoiceConnectorGroupResponse |
ChimeClient.deleteVoiceConnectorGroup(DeleteVoiceConnectorGroupRequest deleteVoiceConnectorGroupRequest)
Deletes the specified Amazon Chime Voice Connector group.
|
default DeleteVoiceConnectorOriginationResponse |
ChimeClient.deleteVoiceConnectorOrigination(Consumer<DeleteVoiceConnectorOriginationRequest.Builder> deleteVoiceConnectorOriginationRequest)
Deletes the origination settings for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorOriginationResponse |
ChimeClient.deleteVoiceConnectorOrigination(DeleteVoiceConnectorOriginationRequest deleteVoiceConnectorOriginationRequest)
Deletes the origination settings for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorProxyResponse |
ChimeClient.deleteVoiceConnectorProxy(Consumer<DeleteVoiceConnectorProxyRequest.Builder> deleteVoiceConnectorProxyRequest)
Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorProxyResponse |
ChimeClient.deleteVoiceConnectorProxy(DeleteVoiceConnectorProxyRequest deleteVoiceConnectorProxyRequest)
Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorStreamingConfigurationResponse |
ChimeClient.deleteVoiceConnectorStreamingConfiguration(Consumer<DeleteVoiceConnectorStreamingConfigurationRequest.Builder> deleteVoiceConnectorStreamingConfigurationRequest)
Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorStreamingConfigurationResponse |
ChimeClient.deleteVoiceConnectorStreamingConfiguration(DeleteVoiceConnectorStreamingConfigurationRequest deleteVoiceConnectorStreamingConfigurationRequest)
Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorTerminationResponse |
ChimeClient.deleteVoiceConnectorTermination(Consumer<DeleteVoiceConnectorTerminationRequest.Builder> deleteVoiceConnectorTerminationRequest)
Deletes the termination settings for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorTerminationResponse |
ChimeClient.deleteVoiceConnectorTermination(DeleteVoiceConnectorTerminationRequest deleteVoiceConnectorTerminationRequest)
Deletes the termination settings for the specified Amazon Chime Voice Connector.
|
default DeleteVoiceConnectorTerminationCredentialsResponse |
ChimeClient.deleteVoiceConnectorTerminationCredentials(Consumer<DeleteVoiceConnectorTerminationCredentialsRequest.Builder> deleteVoiceConnectorTerminationCredentialsRequest)
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
|
default DeleteVoiceConnectorTerminationCredentialsResponse |
ChimeClient.deleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest)
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
|
default DescribeChannelBanResponse |
ChimeClient.describeChannelBan(Consumer<DescribeChannelBanRequest.Builder> describeChannelBanRequest)
Returns the full details of a channel ban.
|
default DescribeChannelBanResponse |
ChimeClient.describeChannelBan(DescribeChannelBanRequest describeChannelBanRequest)
Returns the full details of a channel ban.
|
default DescribeChannelMembershipResponse |
ChimeClient.describeChannelMembership(Consumer<DescribeChannelMembershipRequest.Builder> describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default DescribeChannelMembershipResponse |
ChimeClient.describeChannelMembership(DescribeChannelMembershipRequest describeChannelMembershipRequest)
Returns the full details of a user's channel membership.
|
default DescribeChannelModeratorResponse |
ChimeClient.describeChannelModerator(Consumer<DescribeChannelModeratorRequest.Builder> describeChannelModeratorRequest)
Returns the full details of a single ChannelModerator.
|
default DescribeChannelModeratorResponse |
ChimeClient.describeChannelModerator(DescribeChannelModeratorRequest describeChannelModeratorRequest)
Returns the full details of a single ChannelModerator.
|
default DisassociatePhoneNumberFromUserResponse |
ChimeClient.disassociatePhoneNumberFromUser(Consumer<DisassociatePhoneNumberFromUserRequest.Builder> disassociatePhoneNumberFromUserRequest)
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
|
default DisassociatePhoneNumberFromUserResponse |
ChimeClient.disassociatePhoneNumberFromUser(DisassociatePhoneNumberFromUserRequest disassociatePhoneNumberFromUserRequest)
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
|
default DisassociatePhoneNumbersFromVoiceConnectorResponse |
ChimeClient.disassociatePhoneNumbersFromVoiceConnector(Consumer<DisassociatePhoneNumbersFromVoiceConnectorRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorRequest)
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
|
default DisassociatePhoneNumbersFromVoiceConnectorResponse |
ChimeClient.disassociatePhoneNumbersFromVoiceConnector(DisassociatePhoneNumbersFromVoiceConnectorRequest disassociatePhoneNumbersFromVoiceConnectorRequest)
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
|
default DisassociatePhoneNumbersFromVoiceConnectorGroupResponse |
ChimeClient.disassociatePhoneNumbersFromVoiceConnectorGroup(Consumer<DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorGroupRequest)
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
|
default DisassociatePhoneNumbersFromVoiceConnectorGroupResponse |
ChimeClient.disassociatePhoneNumbersFromVoiceConnectorGroup(DisassociatePhoneNumbersFromVoiceConnectorGroupRequest disassociatePhoneNumbersFromVoiceConnectorGroupRequest)
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
|
default DisassociateSigninDelegateGroupsFromAccountResponse |
ChimeClient.disassociateSigninDelegateGroupsFromAccount(Consumer<DisassociateSigninDelegateGroupsFromAccountRequest.Builder> disassociateSigninDelegateGroupsFromAccountRequest)
Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.
|
default DisassociateSigninDelegateGroupsFromAccountResponse |
ChimeClient.disassociateSigninDelegateGroupsFromAccount(DisassociateSigninDelegateGroupsFromAccountRequest disassociateSigninDelegateGroupsFromAccountRequest)
Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.
|
default GetAccountResponse |
ChimeClient.getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
|
default GetAccountResponse |
ChimeClient.getAccount(GetAccountRequest getAccountRequest)
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
|
default GetAccountSettingsResponse |
ChimeClient.getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout
settings.
|
default GetAccountSettingsResponse |
ChimeClient.getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout
settings.
|
default GetAppInstanceRetentionSettingsResponse |
ChimeClient.getAppInstanceRetentionSettings(Consumer<GetAppInstanceRetentionSettingsRequest.Builder> getAppInstanceRetentionSettingsRequest)
Gets the retention settings for an
AppInstance. |
default GetAppInstanceRetentionSettingsResponse |
ChimeClient.getAppInstanceRetentionSettings(GetAppInstanceRetentionSettingsRequest getAppInstanceRetentionSettingsRequest)
Gets the retention settings for an
AppInstance. |
default GetAppInstanceStreamingConfigurationsResponse |
ChimeClient.getAppInstanceStreamingConfigurations(Consumer<GetAppInstanceStreamingConfigurationsRequest.Builder> getAppInstanceStreamingConfigurationsRequest)
Gets the streaming settings for an
AppInstance. |
default GetAppInstanceStreamingConfigurationsResponse |
ChimeClient.getAppInstanceStreamingConfigurations(GetAppInstanceStreamingConfigurationsRequest getAppInstanceStreamingConfigurationsRequest)
Gets the streaming settings for an
AppInstance. |
default GetAttendeeResponse |
ChimeClient.getAttendee(Consumer<GetAttendeeRequest.Builder> getAttendeeRequest)
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID.
|
default GetAttendeeResponse |
ChimeClient.getAttendee(GetAttendeeRequest getAttendeeRequest)
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID.
|
default GetBotResponse |
ChimeClient.getBot(Consumer<GetBotRequest.Builder> getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
default GetBotResponse |
ChimeClient.getBot(GetBotRequest getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
default GetChannelMessageResponse |
ChimeClient.getChannelMessage(Consumer<GetChannelMessageRequest.Builder> getChannelMessageRequest)
Gets the full details of a channel message.
|
default GetChannelMessageResponse |
ChimeClient.getChannelMessage(GetChannelMessageRequest getChannelMessageRequest)
Gets the full details of a channel message.
|
default GetEventsConfigurationResponse |
ChimeClient.getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default GetEventsConfigurationResponse |
ChimeClient.getEventsConfiguration(GetEventsConfigurationRequest getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default GetMediaCapturePipelineResponse |
ChimeClient.getMediaCapturePipeline(Consumer<GetMediaCapturePipelineRequest.Builder> getMediaCapturePipelineRequest)
Gets an existing media capture pipeline.
|
default GetMediaCapturePipelineResponse |
ChimeClient.getMediaCapturePipeline(GetMediaCapturePipelineRequest getMediaCapturePipelineRequest)
Gets an existing media capture pipeline.
|
default GetMeetingResponse |
ChimeClient.getMeeting(Consumer<GetMeetingRequest.Builder> getMeetingRequest)
Gets the Amazon Chime SDK meeting details for the specified meeting ID.
|
default GetMeetingResponse |
ChimeClient.getMeeting(GetMeetingRequest getMeetingRequest)
Gets the Amazon Chime SDK meeting details for the specified meeting ID.
|
default GetPhoneNumberResponse |
ChimeClient.getPhoneNumber(Consumer<GetPhoneNumberRequest.Builder> getPhoneNumberRequest)
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
|
default GetPhoneNumberResponse |
ChimeClient.getPhoneNumber(GetPhoneNumberRequest getPhoneNumberRequest)
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
|
default GetPhoneNumberOrderResponse |
ChimeClient.getPhoneNumberOrder(Consumer<GetPhoneNumberOrderRequest.Builder> getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
default GetPhoneNumberOrderResponse |
ChimeClient.getPhoneNumberOrder(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest)
Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in
E.164 format, product type, and order status.
|
default GetProxySessionResponse |
ChimeClient.getProxySession(Consumer<GetProxySessionRequest.Builder> getProxySessionRequest)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
default GetProxySessionResponse |
ChimeClient.getProxySession(GetProxySessionRequest getProxySessionRequest)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
default GetRetentionSettingsResponse |
ChimeClient.getRetentionSettings(Consumer<GetRetentionSettingsRequest.Builder> getRetentionSettingsRequest)
Gets the retention settings for the specified Amazon Chime Enterprise account.
|
default GetRetentionSettingsResponse |
ChimeClient.getRetentionSettings(GetRetentionSettingsRequest getRetentionSettingsRequest)
Gets the retention settings for the specified Amazon Chime Enterprise account.
|
default GetRoomResponse |
ChimeClient.getRoom(Consumer<GetRoomRequest.Builder> getRoomRequest)
Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.
|
default GetRoomResponse |
ChimeClient.getRoom(GetRoomRequest getRoomRequest)
Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.
|
default GetSipMediaApplicationResponse |
ChimeClient.getSipMediaApplication(Consumer<GetSipMediaApplicationRequest.Builder> getSipMediaApplicationRequest)
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
|
default GetSipMediaApplicationResponse |
ChimeClient.getSipMediaApplication(GetSipMediaApplicationRequest getSipMediaApplicationRequest)
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
|
default GetSipMediaApplicationLoggingConfigurationResponse |
ChimeClient.getSipMediaApplicationLoggingConfiguration(Consumer<GetSipMediaApplicationLoggingConfigurationRequest.Builder> getSipMediaApplicationLoggingConfigurationRequest)
Returns the logging configuration for the specified SIP media application.
|
default GetSipMediaApplicationLoggingConfigurationResponse |
ChimeClient.getSipMediaApplicationLoggingConfiguration(GetSipMediaApplicationLoggingConfigurationRequest getSipMediaApplicationLoggingConfigurationRequest)
Returns the logging configuration for the specified SIP media application.
|
default GetSipRuleResponse |
ChimeClient.getSipRule(Consumer<GetSipRuleRequest.Builder> getSipRuleRequest)
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
|
default GetSipRuleResponse |
ChimeClient.getSipRule(GetSipRuleRequest getSipRuleRequest)
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
|
default GetUserResponse |
ChimeClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
default GetUserResponse |
ChimeClient.getUser(GetUserRequest getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
default GetUserSettingsResponse |
ChimeClient.getUserSettings(Consumer<GetUserSettingsRequest.Builder> getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
default GetUserSettingsResponse |
ChimeClient.getUserSettings(GetUserSettingsRequest getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
default GetVoiceConnectorResponse |
ChimeClient.getVoiceConnector(Consumer<GetVoiceConnectorRequest.Builder> getVoiceConnectorRequest)
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and
encryption requirements.
|
default GetVoiceConnectorResponse |
ChimeClient.getVoiceConnector(GetVoiceConnectorRequest getVoiceConnectorRequest)
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and
encryption requirements.
|
default GetVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.getVoiceConnectorEmergencyCallingConfiguration(Consumer<GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder> getVoiceConnectorEmergencyCallingConfigurationRequest)
Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.getVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest)
Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorGroupResponse |
ChimeClient.getVoiceConnectorGroup(Consumer<GetVoiceConnectorGroupRequest.Builder> getVoiceConnectorGroupRequest)
Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated
VoiceConnectorItems. |
default GetVoiceConnectorGroupResponse |
ChimeClient.getVoiceConnectorGroup(GetVoiceConnectorGroupRequest getVoiceConnectorGroupRequest)
Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated
VoiceConnectorItems. |
default GetVoiceConnectorLoggingConfigurationResponse |
ChimeClient.getVoiceConnectorLoggingConfiguration(Consumer<GetVoiceConnectorLoggingConfigurationRequest.Builder> getVoiceConnectorLoggingConfigurationRequest)
Retrieves the logging configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorLoggingConfigurationResponse |
ChimeClient.getVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest)
Retrieves the logging configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorOriginationResponse |
ChimeClient.getVoiceConnectorOrigination(Consumer<GetVoiceConnectorOriginationRequest.Builder> getVoiceConnectorOriginationRequest)
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorOriginationResponse |
ChimeClient.getVoiceConnectorOrigination(GetVoiceConnectorOriginationRequest getVoiceConnectorOriginationRequest)
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorProxyResponse |
ChimeClient.getVoiceConnectorProxy(Consumer<GetVoiceConnectorProxyRequest.Builder> getVoiceConnectorProxyRequest)
Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorProxyResponse |
ChimeClient.getVoiceConnectorProxy(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest)
Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorStreamingConfigurationResponse |
ChimeClient.getVoiceConnectorStreamingConfiguration(Consumer<GetVoiceConnectorStreamingConfigurationRequest.Builder> getVoiceConnectorStreamingConfigurationRequest)
Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorStreamingConfigurationResponse |
ChimeClient.getVoiceConnectorStreamingConfiguration(GetVoiceConnectorStreamingConfigurationRequest getVoiceConnectorStreamingConfigurationRequest)
Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorTerminationResponse |
ChimeClient.getVoiceConnectorTermination(Consumer<GetVoiceConnectorTerminationRequest.Builder> getVoiceConnectorTerminationRequest)
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorTerminationResponse |
ChimeClient.getVoiceConnectorTermination(GetVoiceConnectorTerminationRequest getVoiceConnectorTerminationRequest)
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
|
default GetVoiceConnectorTerminationHealthResponse |
ChimeClient.getVoiceConnectorTerminationHealth(Consumer<GetVoiceConnectorTerminationHealthRequest.Builder> getVoiceConnectorTerminationHealthRequest)
Retrieves information about the last time a SIP
OPTIONS ping was received from your SIP
infrastructure for the specified Amazon Chime Voice Connector. |
default GetVoiceConnectorTerminationHealthResponse |
ChimeClient.getVoiceConnectorTerminationHealth(GetVoiceConnectorTerminationHealthRequest getVoiceConnectorTerminationHealthRequest)
Retrieves information about the last time a SIP
OPTIONS ping was received from your SIP
infrastructure for the specified Amazon Chime Voice Connector. |
default InviteUsersResponse |
ChimeClient.inviteUsers(Consumer<InviteUsersRequest.Builder> inviteUsersRequest)
Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime
Team account. |
default InviteUsersResponse |
ChimeClient.inviteUsers(InviteUsersRequest inviteUsersRequest)
Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime
Team account. |
default ListAccountsResponse |
ChimeClient.listAccounts()
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsResponse |
ChimeClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsResponse |
ChimeClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsIterable |
ChimeClient.listAccountsPaginator()
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsIterable |
ChimeClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAccountsIterable |
ChimeClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists the Amazon Chime accounts under the administrator's AWS account.
|
default ListAttendeesResponse |
ChimeClient.listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesResponse |
ChimeClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesIterable |
ChimeClient.listAttendeesPaginator(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesIterable |
ChimeClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeeTagsResponse |
ChimeClient.listAttendeeTags(Consumer<ListAttendeeTagsRequest.Builder> listAttendeeTagsRequest)
Lists the tags applied to an Amazon Chime SDK attendee resource.
|
default ListAttendeeTagsResponse |
ChimeClient.listAttendeeTags(ListAttendeeTagsRequest listAttendeeTagsRequest)
Lists the tags applied to an Amazon Chime SDK attendee resource.
|
default ListBotsResponse |
ChimeClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsResponse |
ChimeClient.listBots(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsIterable |
ChimeClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsIterable |
ChimeClient.listBotsPaginator(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListMeetingTagsResponse |
ChimeClient.listMeetingTags(Consumer<ListMeetingTagsRequest.Builder> listMeetingTagsRequest)
Lists the tags applied to an Amazon Chime SDK meeting resource.
|
default ListMeetingTagsResponse |
ChimeClient.listMeetingTags(ListMeetingTagsRequest listMeetingTagsRequest)
Lists the tags applied to an Amazon Chime SDK meeting resource.
|
default ListPhoneNumbersResponse |
ChimeClient.listPhoneNumbers(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector,
or Amazon Chime Voice Connector group.
|
default ListPhoneNumbersResponse |
ChimeClient.listPhoneNumbers(ListPhoneNumbersRequest listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector,
or Amazon Chime Voice Connector group.
|
default ListPhoneNumbersIterable |
ChimeClient.listPhoneNumbersPaginator(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector,
or Amazon Chime Voice Connector group.
|
default ListPhoneNumbersIterable |
ChimeClient.listPhoneNumbersPaginator(ListPhoneNumbersRequest listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector,
or Amazon Chime Voice Connector group.
|
default ListProxySessionsResponse |
ChimeClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListProxySessionsResponse |
ChimeClient.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListProxySessionsIterable |
ChimeClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListProxySessionsIterable |
ChimeClient.listProxySessionsPaginator(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListRoomMembershipsResponse |
ChimeClient.listRoomMemberships(Consumer<ListRoomMembershipsRequest.Builder> listRoomMembershipsRequest)
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members'
IDs, email addresses, and names.
|
default ListRoomMembershipsResponse |
ChimeClient.listRoomMemberships(ListRoomMembershipsRequest listRoomMembershipsRequest)
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members'
IDs, email addresses, and names.
|
default ListRoomMembershipsIterable |
ChimeClient.listRoomMembershipsPaginator(Consumer<ListRoomMembershipsRequest.Builder> listRoomMembershipsRequest)
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members'
IDs, email addresses, and names.
|
default ListRoomMembershipsIterable |
ChimeClient.listRoomMembershipsPaginator(ListRoomMembershipsRequest listRoomMembershipsRequest)
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members'
IDs, email addresses, and names.
|
default ListRoomsResponse |
ChimeClient.listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsResponse |
ChimeClient.listRooms(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsIterable |
ChimeClient.listRoomsPaginator(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsIterable |
ChimeClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListTagsForResourceResponse |
ChimeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags applied to an Amazon Chime SDK meeting resource.
|
default ListTagsForResourceResponse |
ChimeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags applied to an Amazon Chime SDK meeting resource.
|
default ListUsersResponse |
ChimeClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default ListUsersResponse |
ChimeClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default ListUsersIterable |
ChimeClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default ListUsersIterable |
ChimeClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the users that belong to the specified Amazon Chime account.
|
default ListVoiceConnectorTerminationCredentialsResponse |
ChimeClient.listVoiceConnectorTerminationCredentials(Consumer<ListVoiceConnectorTerminationCredentialsRequest.Builder> listVoiceConnectorTerminationCredentialsRequest)
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
|
default ListVoiceConnectorTerminationCredentialsResponse |
ChimeClient.listVoiceConnectorTerminationCredentials(ListVoiceConnectorTerminationCredentialsRequest listVoiceConnectorTerminationCredentialsRequest)
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
|
default LogoutUserResponse |
ChimeClient.logoutUser(Consumer<LogoutUserRequest.Builder> logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
default LogoutUserResponse |
ChimeClient.logoutUser(LogoutUserRequest logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
default PutAppInstanceRetentionSettingsResponse |
ChimeClient.putAppInstanceRetentionSettings(Consumer<PutAppInstanceRetentionSettingsRequest.Builder> putAppInstanceRetentionSettingsRequest)
Sets the amount of time in days that a given
AppInstance retains data. |
default PutAppInstanceRetentionSettingsResponse |
ChimeClient.putAppInstanceRetentionSettings(PutAppInstanceRetentionSettingsRequest putAppInstanceRetentionSettingsRequest)
Sets the amount of time in days that a given
AppInstance retains data. |
default PutAppInstanceStreamingConfigurationsResponse |
ChimeClient.putAppInstanceStreamingConfigurations(Consumer<PutAppInstanceStreamingConfigurationsRequest.Builder> putAppInstanceStreamingConfigurationsRequest)
The data streaming configurations of an
AppInstance. |
default PutAppInstanceStreamingConfigurationsResponse |
ChimeClient.putAppInstanceStreamingConfigurations(PutAppInstanceStreamingConfigurationsRequest putAppInstanceStreamingConfigurationsRequest)
The data streaming configurations of an
AppInstance. |
default PutEventsConfigurationResponse |
ChimeClient.putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
default PutEventsConfigurationResponse |
ChimeClient.putEventsConfiguration(PutEventsConfigurationRequest putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
default PutRetentionSettingsResponse |
ChimeClient.putRetentionSettings(Consumer<PutRetentionSettingsRequest.Builder> putRetentionSettingsRequest)
Puts retention settings for the specified Amazon Chime Enterprise account.
|
default PutRetentionSettingsResponse |
ChimeClient.putRetentionSettings(PutRetentionSettingsRequest putRetentionSettingsRequest)
Puts retention settings for the specified Amazon Chime Enterprise account.
|
default PutSipMediaApplicationLoggingConfigurationResponse |
ChimeClient.putSipMediaApplicationLoggingConfiguration(Consumer<PutSipMediaApplicationLoggingConfigurationRequest.Builder> putSipMediaApplicationLoggingConfigurationRequest)
Updates the logging configuration for the specified SIP media application.
|
default PutSipMediaApplicationLoggingConfigurationResponse |
ChimeClient.putSipMediaApplicationLoggingConfiguration(PutSipMediaApplicationLoggingConfigurationRequest putSipMediaApplicationLoggingConfigurationRequest)
Updates the logging configuration for the specified SIP media application.
|
default PutVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.putVoiceConnectorEmergencyCallingConfiguration(Consumer<PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder> putVoiceConnectorEmergencyCallingConfigurationRequest)
Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency
phone numbers and calling countries.
|
default PutVoiceConnectorEmergencyCallingConfigurationResponse |
ChimeClient.putVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest)
Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency
phone numbers and calling countries.
|
default PutVoiceConnectorLoggingConfigurationResponse |
ChimeClient.putVoiceConnectorLoggingConfiguration(Consumer<PutVoiceConnectorLoggingConfigurationRequest.Builder> putVoiceConnectorLoggingConfigurationRequest)
Adds a logging configuration for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorLoggingConfigurationResponse |
ChimeClient.putVoiceConnectorLoggingConfiguration(PutVoiceConnectorLoggingConfigurationRequest putVoiceConnectorLoggingConfigurationRequest)
Adds a logging configuration for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorOriginationResponse |
ChimeClient.putVoiceConnectorOrigination(Consumer<PutVoiceConnectorOriginationRequest.Builder> putVoiceConnectorOriginationRequest)
Adds origination settings for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorOriginationResponse |
ChimeClient.putVoiceConnectorOrigination(PutVoiceConnectorOriginationRequest putVoiceConnectorOriginationRequest)
Adds origination settings for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorProxyResponse |
ChimeClient.putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorProxyResponse |
ChimeClient.putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorStreamingConfigurationResponse |
ChimeClient.putVoiceConnectorStreamingConfiguration(Consumer<PutVoiceConnectorStreamingConfigurationRequest.Builder> putVoiceConnectorStreamingConfigurationRequest)
Adds a streaming configuration for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorStreamingConfigurationResponse |
ChimeClient.putVoiceConnectorStreamingConfiguration(PutVoiceConnectorStreamingConfigurationRequest putVoiceConnectorStreamingConfigurationRequest)
Adds a streaming configuration for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorTerminationResponse |
ChimeClient.putVoiceConnectorTermination(Consumer<PutVoiceConnectorTerminationRequest.Builder> putVoiceConnectorTerminationRequest)
Adds termination settings for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorTerminationResponse |
ChimeClient.putVoiceConnectorTermination(PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest)
Adds termination settings for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorTerminationCredentialsResponse |
ChimeClient.putVoiceConnectorTerminationCredentials(Consumer<PutVoiceConnectorTerminationCredentialsRequest.Builder> putVoiceConnectorTerminationCredentialsRequest)
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
|
default PutVoiceConnectorTerminationCredentialsResponse |
ChimeClient.putVoiceConnectorTerminationCredentials(PutVoiceConnectorTerminationCredentialsRequest putVoiceConnectorTerminationCredentialsRequest)
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
|
default RedactConversationMessageResponse |
ChimeClient.redactConversationMessage(Consumer<RedactConversationMessageRequest.Builder> redactConversationMessageRequest)
Redacts the specified message from the specified Amazon Chime conversation.
|
default RedactConversationMessageResponse |
ChimeClient.redactConversationMessage(RedactConversationMessageRequest redactConversationMessageRequest)
Redacts the specified message from the specified Amazon Chime conversation.
|
default RedactRoomMessageResponse |
ChimeClient.redactRoomMessage(Consumer<RedactRoomMessageRequest.Builder> redactRoomMessageRequest)
Redacts the specified message from the specified Amazon Chime channel.
|
default RedactRoomMessageResponse |
ChimeClient.redactRoomMessage(RedactRoomMessageRequest redactRoomMessageRequest)
Redacts the specified message from the specified Amazon Chime channel.
|
default RegenerateSecurityTokenResponse |
ChimeClient.regenerateSecurityToken(Consumer<RegenerateSecurityTokenRequest.Builder> regenerateSecurityTokenRequest)
Regenerates the security token for a bot.
|
default RegenerateSecurityTokenResponse |
ChimeClient.regenerateSecurityToken(RegenerateSecurityTokenRequest regenerateSecurityTokenRequest)
Regenerates the security token for a bot.
|
default ResetPersonalPinResponse |
ChimeClient.resetPersonalPIN(Consumer<ResetPersonalPinRequest.Builder> resetPersonalPinRequest)
Resets the personal meeting PIN for the specified user on an Amazon Chime account.
|
default ResetPersonalPinResponse |
ChimeClient.resetPersonalPIN(ResetPersonalPinRequest resetPersonalPinRequest)
Resets the personal meeting PIN for the specified user on an Amazon Chime account.
|
default RestorePhoneNumberResponse |
ChimeClient.restorePhoneNumber(Consumer<RestorePhoneNumberRequest.Builder> restorePhoneNumberRequest)
Moves a phone number from the Deletion queue back into the phone number Inventory.
|
default RestorePhoneNumberResponse |
ChimeClient.restorePhoneNumber(RestorePhoneNumberRequest restorePhoneNumberRequest)
Moves a phone number from the Deletion queue back into the phone number Inventory.
|
default StartMeetingTranscriptionResponse |
ChimeClient.startMeetingTranscription(Consumer<StartMeetingTranscriptionRequest.Builder> startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default StartMeetingTranscriptionResponse |
ChimeClient.startMeetingTranscription(StartMeetingTranscriptionRequest startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default StopMeetingTranscriptionResponse |
ChimeClient.stopMeetingTranscription(Consumer<StopMeetingTranscriptionRequest.Builder> stopMeetingTranscriptionRequest)
Stops transcription for the specified
meetingId. |
default StopMeetingTranscriptionResponse |
ChimeClient.stopMeetingTranscription(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest)
Stops transcription for the specified
meetingId. |
default TagAttendeeResponse |
ChimeClient.tagAttendee(Consumer<TagAttendeeRequest.Builder> tagAttendeeRequest)
Applies the specified tags to the specified Amazon Chime SDK attendee.
|
default TagAttendeeResponse |
ChimeClient.tagAttendee(TagAttendeeRequest tagAttendeeRequest)
Applies the specified tags to the specified Amazon Chime SDK attendee.
|
default TagMeetingResponse |
ChimeClient.tagMeeting(Consumer<TagMeetingRequest.Builder> tagMeetingRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting.
|
default TagMeetingResponse |
ChimeClient.tagMeeting(TagMeetingRequest tagMeetingRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting.
|
default TagResourceResponse |
ChimeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting resource.
|
default TagResourceResponse |
ChimeClient.tagResource(TagResourceRequest tagResourceRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting resource.
|
default UntagAttendeeResponse |
ChimeClient.untagAttendee(Consumer<UntagAttendeeRequest.Builder> untagAttendeeRequest)
Untags the specified tags from the specified Amazon Chime SDK attendee.
|
default UntagAttendeeResponse |
ChimeClient.untagAttendee(UntagAttendeeRequest untagAttendeeRequest)
Untags the specified tags from the specified Amazon Chime SDK attendee.
|
default UntagMeetingResponse |
ChimeClient.untagMeeting(Consumer<UntagMeetingRequest.Builder> untagMeetingRequest)
Untags the specified tags from the specified Amazon Chime SDK meeting.
|
default UntagMeetingResponse |
ChimeClient.untagMeeting(UntagMeetingRequest untagMeetingRequest)
Untags the specified tags from the specified Amazon Chime SDK meeting.
|
default UntagResourceResponse |
ChimeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Untags the specified tags from the specified Amazon Chime SDK meeting resource.
|
default UntagResourceResponse |
ChimeClient.untagResource(UntagResourceRequest untagResourceRequest)
Untags the specified tags from the specified Amazon Chime SDK meeting resource.
|
default UpdateAccountResponse |
ChimeClient.updateAccount(Consumer<UpdateAccountRequest.Builder> updateAccountRequest)
Updates account details for the specified Amazon Chime account.
|
default UpdateAccountResponse |
ChimeClient.updateAccount(UpdateAccountRequest updateAccountRequest)
Updates account details for the specified Amazon Chime account.
|
default UpdateAccountSettingsResponse |
ChimeClient.updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)
Updates the settings for the specified Amazon Chime account.
|
default UpdateAccountSettingsResponse |
ChimeClient.updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)
Updates the settings for the specified Amazon Chime account.
|
default UpdateBotResponse |
ChimeClient.updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime
Enterprise account.
|
default UpdateBotResponse |
ChimeClient.updateBot(UpdateBotRequest updateBotRequest)
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime
Enterprise account.
|
default UpdatePhoneNumberResponse |
ChimeClient.updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default UpdatePhoneNumberResponse |
ChimeClient.updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default UpdateProxySessionResponse |
ChimeClient.updateProxySession(Consumer<UpdateProxySessionRequest.Builder> updateProxySessionRequest)
Updates the specified proxy session details, such as voice or SMS capabilities.
|
default UpdateProxySessionResponse |
ChimeClient.updateProxySession(UpdateProxySessionRequest updateProxySessionRequest)
Updates the specified proxy session details, such as voice or SMS capabilities.
|
default UpdateRoomResponse |
ChimeClient.updateRoom(Consumer<UpdateRoomRequest.Builder> updateRoomRequest)
Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.
|
default UpdateRoomResponse |
ChimeClient.updateRoom(UpdateRoomRequest updateRoomRequest)
Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.
|
default UpdateRoomMembershipResponse |
ChimeClient.updateRoomMembership(Consumer<UpdateRoomMembershipRequest.Builder> updateRoomMembershipRequest)
Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account.
|
default UpdateRoomMembershipResponse |
ChimeClient.updateRoomMembership(UpdateRoomMembershipRequest updateRoomMembershipRequest)
Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account.
|
default UpdateSipMediaApplicationResponse |
ChimeClient.updateSipMediaApplication(Consumer<UpdateSipMediaApplicationRequest.Builder> updateSipMediaApplicationRequest)
Updates the details of the specified SIP media application.
|
default UpdateSipMediaApplicationResponse |
ChimeClient.updateSipMediaApplication(UpdateSipMediaApplicationRequest updateSipMediaApplicationRequest)
Updates the details of the specified SIP media application.
|
default UpdateSipMediaApplicationCallResponse |
ChimeClient.updateSipMediaApplicationCall(Consumer<UpdateSipMediaApplicationCallRequest.Builder> updateSipMediaApplicationCallRequest)
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update
request.
|
default UpdateSipMediaApplicationCallResponse |
ChimeClient.updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest)
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update
request.
|
default UpdateSipRuleResponse |
ChimeClient.updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
default UpdateSipRuleResponse |
ChimeClient.updateSipRule(UpdateSipRuleRequest updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
default UpdateUserResponse |
ChimeClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates user details for a specified user ID.
|
default UpdateUserResponse |
ChimeClient.updateUser(UpdateUserRequest updateUserRequest)
Updates user details for a specified user ID.
|
default UpdateUserSettingsResponse |
ChimeClient.updateUserSettings(Consumer<UpdateUserSettingsRequest.Builder> updateUserSettingsRequest)
Updates the settings for the specified user, such as phone number settings.
|
default UpdateUserSettingsResponse |
ChimeClient.updateUserSettings(UpdateUserSettingsRequest updateUserSettingsRequest)
Updates the settings for the specified user, such as phone number settings.
|
default UpdateVoiceConnectorResponse |
ChimeClient.updateVoiceConnector(Consumer<UpdateVoiceConnectorRequest.Builder> updateVoiceConnectorRequest)
Updates details for the specified Amazon Chime Voice Connector.
|
default UpdateVoiceConnectorResponse |
ChimeClient.updateVoiceConnector(UpdateVoiceConnectorRequest updateVoiceConnectorRequest)
Updates details for the specified Amazon Chime Voice Connector.
|
default UpdateVoiceConnectorGroupResponse |
ChimeClient.updateVoiceConnectorGroup(Consumer<UpdateVoiceConnectorGroupRequest.Builder> updateVoiceConnectorGroupRequest)
Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice
Connector priority ranking.
|
default UpdateVoiceConnectorGroupResponse |
ChimeClient.updateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest)
Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice
Connector priority ranking.
|
default ValidateE911AddressResponse |
ChimeClient.validateE911Address(Consumer<ValidateE911AddressRequest.Builder> validateE911AddressRequest)
Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors.
|
default ValidateE911AddressResponse |
ChimeClient.validateE911Address(ValidateE911AddressRequest validateE911AddressRequest)
Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors.
|
Copyright © 2022. All rights reserved.