@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface ChimeSdkVoiceClient extends AwsClient
builder() method.
The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. Developers can also order and manage phone numbers, create and manage Voice Connectors and SIP media applications, and run voice analytics.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
associatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorResponse |
associatePhoneNumbersWithVoiceConnector(Consumer<AssociatePhoneNumbersWithVoiceConnectorRequest.Builder> associatePhoneNumbersWithVoiceConnectorRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
associatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
|
default AssociatePhoneNumbersWithVoiceConnectorGroupResponse |
associatePhoneNumbersWithVoiceConnectorGroup(Consumer<AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder> associatePhoneNumbersWithVoiceConnectorGroupRequest)
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
|
default BatchDeletePhoneNumberResponse |
batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest)
Moves phone numbers into the Deletion queue.
|
default BatchDeletePhoneNumberResponse |
batchDeletePhoneNumber(Consumer<BatchDeletePhoneNumberRequest.Builder> batchDeletePhoneNumberRequest)
Moves phone numbers into the Deletion queue.
|
default BatchUpdatePhoneNumberResponse |
batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest)
Updates one or more phone numbers.
|
default BatchUpdatePhoneNumberResponse |
batchUpdatePhoneNumber(Consumer<BatchUpdatePhoneNumberRequest.Builder> batchUpdatePhoneNumberRequest)
Updates one or more phone numbers.
|
static ChimeSdkVoiceClientBuilder |
builder()
Create a builder that can be used to configure and create a
ChimeSdkVoiceClient. |
static ChimeSdkVoiceClient |
create()
Create a
ChimeSdkVoiceClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreatePhoneNumberOrderResponse |
createPhoneNumberOrder(Consumer<CreatePhoneNumberOrderRequest.Builder> createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreatePhoneNumberOrderResponse |
createPhoneNumberOrder(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreateProxySessionResponse |
createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
default CreateProxySessionResponse |
createProxySession(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
default CreateSipMediaApplicationResponse |
createSipMediaApplication(Consumer<CreateSipMediaApplicationRequest.Builder> createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationResponse |
createSipMediaApplication(CreateSipMediaApplicationRequest createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationCallResponse |
createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipMediaApplicationCallResponse |
createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipRuleResponse |
createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest)
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateSipRuleResponse |
createSipRule(CreateSipRuleRequest createSipRuleRequest)
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateVoiceConnectorResponse |
createVoiceConnector(Consumer<CreateVoiceConnectorRequest.Builder> createVoiceConnectorRequest)
Creates an Amazon Chime SDK Voice Connector.
|
default CreateVoiceConnectorResponse |
createVoiceConnector(CreateVoiceConnectorRequest createVoiceConnectorRequest)
Creates an Amazon Chime SDK Voice Connector.
|
default CreateVoiceConnectorGroupResponse |
createVoiceConnectorGroup(Consumer<CreateVoiceConnectorGroupRequest.Builder> createVoiceConnectorGroupRequest)
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account.
|
default CreateVoiceConnectorGroupResponse |
createVoiceConnectorGroup(CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest)
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account.
|
default CreateVoiceProfileResponse |
createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
default CreateVoiceProfileResponse |
createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
default CreateVoiceProfileDomainResponse |
createVoiceProfileDomain(Consumer<CreateVoiceProfileDomainRequest.Builder> createVoiceProfileDomainRequest)
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment
audio.
|
default CreateVoiceProfileDomainResponse |
createVoiceProfileDomain(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest)
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment
audio.
|
default DeletePhoneNumberResponse |
deletePhoneNumber(Consumer<DeletePhoneNumberRequest.Builder> deletePhoneNumberRequest)
Moves the specified phone number into the Deletion queue.
|
default DeletePhoneNumberResponse |
deletePhoneNumber(DeletePhoneNumberRequest deletePhoneNumberRequest)
Moves the specified phone number into the Deletion queue.
|
default DeleteProxySessionResponse |
deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
default DeleteProxySessionResponse |
deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
default DeleteSipMediaApplicationResponse |
deleteSipMediaApplication(Consumer<DeleteSipMediaApplicationRequest.Builder> deleteSipMediaApplicationRequest)
Deletes a SIP media application.
|
default DeleteSipMediaApplicationResponse |
deleteSipMediaApplication(DeleteSipMediaApplicationRequest deleteSipMediaApplicationRequest)
Deletes a SIP media application.
|
default DeleteSipRuleResponse |
deleteSipRule(Consumer<DeleteSipRuleRequest.Builder> deleteSipRuleRequest)
Deletes a SIP rule.
|
default DeleteSipRuleResponse |
deleteSipRule(DeleteSipRuleRequest deleteSipRuleRequest)
Deletes a SIP rule.
|
default DeleteVoiceConnectorResponse |
deleteVoiceConnector(Consumer<DeleteVoiceConnectorRequest.Builder> deleteVoiceConnectorRequest)
Deletes an Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorResponse |
deleteVoiceConnector(DeleteVoiceConnectorRequest deleteVoiceConnectorRequest)
Deletes an Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorEmergencyCallingConfigurationResponse |
deleteVoiceConnectorEmergencyCallingConfiguration(Consumer<DeleteVoiceConnectorEmergencyCallingConfigurationRequest.Builder> deleteVoiceConnectorEmergencyCallingConfigurationRequest)
Deletes the emergency calling details from the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorEmergencyCallingConfigurationResponse |
deleteVoiceConnectorEmergencyCallingConfiguration(DeleteVoiceConnectorEmergencyCallingConfigurationRequest deleteVoiceConnectorEmergencyCallingConfigurationRequest)
Deletes the emergency calling details from the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorGroupResponse |
deleteVoiceConnectorGroup(Consumer<DeleteVoiceConnectorGroupRequest.Builder> deleteVoiceConnectorGroupRequest)
Deletes an Amazon Chime SDK Voice Connector group.
|
default DeleteVoiceConnectorGroupResponse |
deleteVoiceConnectorGroup(DeleteVoiceConnectorGroupRequest deleteVoiceConnectorGroupRequest)
Deletes an Amazon Chime SDK Voice Connector group.
|
default DeleteVoiceConnectorOriginationResponse |
deleteVoiceConnectorOrigination(Consumer<DeleteVoiceConnectorOriginationRequest.Builder> deleteVoiceConnectorOriginationRequest)
Deletes the origination settings for the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorOriginationResponse |
deleteVoiceConnectorOrigination(DeleteVoiceConnectorOriginationRequest deleteVoiceConnectorOriginationRequest)
Deletes the origination settings for the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorProxyResponse |
deleteVoiceConnectorProxy(Consumer<DeleteVoiceConnectorProxyRequest.Builder> deleteVoiceConnectorProxyRequest)
Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorProxyResponse |
deleteVoiceConnectorProxy(DeleteVoiceConnectorProxyRequest deleteVoiceConnectorProxyRequest)
Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorStreamingConfigurationResponse |
deleteVoiceConnectorStreamingConfiguration(Consumer<DeleteVoiceConnectorStreamingConfigurationRequest.Builder> deleteVoiceConnectorStreamingConfigurationRequest)
Deletes a Voice Connector's streaming configuration.
|
default DeleteVoiceConnectorStreamingConfigurationResponse |
deleteVoiceConnectorStreamingConfiguration(DeleteVoiceConnectorStreamingConfigurationRequest deleteVoiceConnectorStreamingConfigurationRequest)
Deletes a Voice Connector's streaming configuration.
|
default DeleteVoiceConnectorTerminationResponse |
deleteVoiceConnectorTermination(Consumer<DeleteVoiceConnectorTerminationRequest.Builder> deleteVoiceConnectorTerminationRequest)
Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorTerminationResponse |
deleteVoiceConnectorTermination(DeleteVoiceConnectorTerminationRequest deleteVoiceConnectorTerminationRequest)
Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.
|
default DeleteVoiceConnectorTerminationCredentialsResponse |
deleteVoiceConnectorTerminationCredentials(Consumer<DeleteVoiceConnectorTerminationCredentialsRequest.Builder> deleteVoiceConnectorTerminationCredentialsRequest)
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
|
default DeleteVoiceConnectorTerminationCredentialsResponse |
deleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest)
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
|
default DeleteVoiceProfileResponse |
deleteVoiceProfile(Consumer<DeleteVoiceProfileRequest.Builder> deleteVoiceProfileRequest)
Deletes a voice profile, including its voice print and enrollment data.
|
default DeleteVoiceProfileResponse |
deleteVoiceProfile(DeleteVoiceProfileRequest deleteVoiceProfileRequest)
Deletes a voice profile, including its voice print and enrollment data.
|
default DeleteVoiceProfileDomainResponse |
deleteVoiceProfileDomain(Consumer<DeleteVoiceProfileDomainRequest.Builder> deleteVoiceProfileDomainRequest)
Deletes all voice profiles in the domain.
|
default DeleteVoiceProfileDomainResponse |
deleteVoiceProfileDomain(DeleteVoiceProfileDomainRequest deleteVoiceProfileDomainRequest)
Deletes all voice profiles in the domain.
|
default DisassociatePhoneNumbersFromVoiceConnectorResponse |
disassociatePhoneNumbersFromVoiceConnector(Consumer<DisassociatePhoneNumbersFromVoiceConnectorRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorRequest)
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector.
|
default DisassociatePhoneNumbersFromVoiceConnectorResponse |
disassociatePhoneNumbersFromVoiceConnector(DisassociatePhoneNumbersFromVoiceConnectorRequest disassociatePhoneNumbersFromVoiceConnectorRequest)
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector.
|
default DisassociatePhoneNumbersFromVoiceConnectorGroupResponse |
disassociatePhoneNumbersFromVoiceConnectorGroup(Consumer<DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorGroupRequest)
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector group.
|
default DisassociatePhoneNumbersFromVoiceConnectorGroupResponse |
disassociatePhoneNumbersFromVoiceConnectorGroup(DisassociatePhoneNumbersFromVoiceConnectorGroupRequest disassociatePhoneNumbersFromVoiceConnectorGroupRequest)
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector group.
|
default GetGlobalSettingsResponse |
getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest)
Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
|
default GetGlobalSettingsResponse |
getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest)
Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
|
default GetPhoneNumberResponse |
getPhoneNumber(Consumer<GetPhoneNumberRequest.Builder> getPhoneNumberRequest)
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
|
default GetPhoneNumberResponse |
getPhoneNumber(GetPhoneNumberRequest getPhoneNumberRequest)
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
|
default GetPhoneNumberOrderResponse |
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 |
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 GetPhoneNumberSettingsResponse |
getPhoneNumberSettings(Consumer<GetPhoneNumberSettingsRequest.Builder> getPhoneNumberSettingsRequest)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
default GetPhoneNumberSettingsResponse |
getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest)
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling
name.
|
default GetProxySessionResponse |
getProxySession(Consumer<GetProxySessionRequest.Builder> getProxySessionRequest)
Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.
|
default GetProxySessionResponse |
getProxySession(GetProxySessionRequest getProxySessionRequest)
Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.
|
default GetSipMediaApplicationResponse |
getSipMediaApplication(Consumer<GetSipMediaApplicationRequest.Builder> getSipMediaApplicationRequest)
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
|
default GetSipMediaApplicationResponse |
getSipMediaApplication(GetSipMediaApplicationRequest getSipMediaApplicationRequest)
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
|
default GetSipMediaApplicationAlexaSkillConfigurationResponse |
getSipMediaApplicationAlexaSkillConfiguration(Consumer<GetSipMediaApplicationAlexaSkillConfigurationRequest.Builder> getSipMediaApplicationAlexaSkillConfigurationRequest)
Gets the Alexa Skill configuration for the SIP media application.
|
default GetSipMediaApplicationAlexaSkillConfigurationResponse |
getSipMediaApplicationAlexaSkillConfiguration(GetSipMediaApplicationAlexaSkillConfigurationRequest getSipMediaApplicationAlexaSkillConfigurationRequest)
Gets the Alexa Skill configuration for the SIP media application.
|
default GetSipMediaApplicationLoggingConfigurationResponse |
getSipMediaApplicationLoggingConfiguration(Consumer<GetSipMediaApplicationLoggingConfigurationRequest.Builder> getSipMediaApplicationLoggingConfigurationRequest)
Retrieves the logging configuration for the specified SIP media application.
|
default GetSipMediaApplicationLoggingConfigurationResponse |
getSipMediaApplicationLoggingConfiguration(GetSipMediaApplicationLoggingConfigurationRequest getSipMediaApplicationLoggingConfigurationRequest)
Retrieves the logging configuration for the specified SIP media application.
|
default GetSipRuleResponse |
getSipRule(Consumer<GetSipRuleRequest.Builder> getSipRuleRequest)
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
|
default GetSipRuleResponse |
getSipRule(GetSipRuleRequest getSipRuleRequest)
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
|
default GetSpeakerSearchTaskResponse |
getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)
Retrieves the details of the specified speaker search task.
|
default GetSpeakerSearchTaskResponse |
getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)
Retrieves the details of the specified speaker search task.
|
default GetVoiceConnectorResponse |
getVoiceConnector(Consumer<GetVoiceConnectorRequest.Builder> getVoiceConnectorRequest)
Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and
encryption requirements.
|
default GetVoiceConnectorResponse |
getVoiceConnector(GetVoiceConnectorRequest getVoiceConnectorRequest)
Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and
encryption requirements.
|
default GetVoiceConnectorEmergencyCallingConfigurationResponse |
getVoiceConnectorEmergencyCallingConfiguration(Consumer<GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder> getVoiceConnectorEmergencyCallingConfigurationRequest)
Retrieves the emergency calling configuration details for the specified Voice Connector.
|
default GetVoiceConnectorEmergencyCallingConfigurationResponse |
getVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest)
Retrieves the emergency calling configuration details for the specified Voice Connector.
|
default GetVoiceConnectorGroupResponse |
getVoiceConnectorGroup(Consumer<GetVoiceConnectorGroupRequest.Builder> getVoiceConnectorGroupRequest)
Retrieves details for the specified Amazon Chime SDK Voice Connector group, such as timestamps,name, and
associated
VoiceConnectorItems. |
default GetVoiceConnectorGroupResponse |
getVoiceConnectorGroup(GetVoiceConnectorGroupRequest getVoiceConnectorGroupRequest)
Retrieves details for the specified Amazon Chime SDK Voice Connector group, such as timestamps,name, and
associated
VoiceConnectorItems. |
default GetVoiceConnectorLoggingConfigurationResponse |
getVoiceConnectorLoggingConfiguration(Consumer<GetVoiceConnectorLoggingConfigurationRequest.Builder> getVoiceConnectorLoggingConfigurationRequest)
Retrieves the logging configuration settings for the specified Voice Connector.
|
default GetVoiceConnectorLoggingConfigurationResponse |
getVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest)
Retrieves the logging configuration settings for the specified Voice Connector.
|
default GetVoiceConnectorOriginationResponse |
getVoiceConnectorOrigination(Consumer<GetVoiceConnectorOriginationRequest.Builder> getVoiceConnectorOriginationRequest)
Retrieves the origination settings for the specified Voice Connector.
|
default GetVoiceConnectorOriginationResponse |
getVoiceConnectorOrigination(GetVoiceConnectorOriginationRequest getVoiceConnectorOriginationRequest)
Retrieves the origination settings for the specified Voice Connector.
|
default GetVoiceConnectorProxyResponse |
getVoiceConnectorProxy(Consumer<GetVoiceConnectorProxyRequest.Builder> getVoiceConnectorProxyRequest)
Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.
|
default GetVoiceConnectorProxyResponse |
getVoiceConnectorProxy(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest)
Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.
|
default GetVoiceConnectorStreamingConfigurationResponse |
getVoiceConnectorStreamingConfiguration(Consumer<GetVoiceConnectorStreamingConfigurationRequest.Builder> getVoiceConnectorStreamingConfigurationRequest)
Retrieves the streaming configuration details for the specified Amazon Chime SDK Voice Connector.
|
default GetVoiceConnectorStreamingConfigurationResponse |
getVoiceConnectorStreamingConfiguration(GetVoiceConnectorStreamingConfigurationRequest getVoiceConnectorStreamingConfigurationRequest)
Retrieves the streaming configuration details for the specified Amazon Chime SDK Voice Connector.
|
default GetVoiceConnectorTerminationResponse |
getVoiceConnectorTermination(Consumer<GetVoiceConnectorTerminationRequest.Builder> getVoiceConnectorTerminationRequest)
Retrieves the termination setting details for the specified Voice Connector.
|
default GetVoiceConnectorTerminationResponse |
getVoiceConnectorTermination(GetVoiceConnectorTerminationRequest getVoiceConnectorTerminationRequest)
Retrieves the termination setting details for the specified Voice Connector.
|
default GetVoiceConnectorTerminationHealthResponse |
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 SDK Voice Connector. |
default GetVoiceConnectorTerminationHealthResponse |
getVoiceConnectorTerminationHealth(GetVoiceConnectorTerminationHealthRequest getVoiceConnectorTerminationHealthRequest)
Retrieves information about the last time a
SIP OPTIONS ping was received from your SIP
infrastructure for the specified Amazon Chime SDK Voice Connector. |
default GetVoiceProfileResponse |
getVoiceProfile(Consumer<GetVoiceProfileRequest.Builder> getVoiceProfileRequest)
Retrieves the details of the specified voice profile.
|
default GetVoiceProfileResponse |
getVoiceProfile(GetVoiceProfileRequest getVoiceProfileRequest)
Retrieves the details of the specified voice profile.
|
default GetVoiceProfileDomainResponse |
getVoiceProfileDomain(Consumer<GetVoiceProfileDomainRequest.Builder> getVoiceProfileDomainRequest)
Retrieves the details of the specified voice profile domain.
|
default GetVoiceProfileDomainResponse |
getVoiceProfileDomain(GetVoiceProfileDomainRequest getVoiceProfileDomainRequest)
Retrieves the details of the specified voice profile domain.
|
default GetVoiceToneAnalysisTaskResponse |
getVoiceToneAnalysisTask(Consumer<GetVoiceToneAnalysisTaskRequest.Builder> getVoiceToneAnalysisTaskRequest)
Retrieves the details of a voice tone analysis task.
|
default GetVoiceToneAnalysisTaskResponse |
getVoiceToneAnalysisTask(GetVoiceToneAnalysisTaskRequest getVoiceToneAnalysisTaskRequest)
Retrieves the details of a voice tone analysis task.
|
default ListAvailableVoiceConnectorRegionsResponse |
listAvailableVoiceConnectorRegions(Consumer<ListAvailableVoiceConnectorRegionsRequest.Builder> listAvailableVoiceConnectorRegionsRequest)
Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.
|
default ListAvailableVoiceConnectorRegionsResponse |
listAvailableVoiceConnectorRegions(ListAvailableVoiceConnectorRegionsRequest listAvailableVoiceConnectorRegionsRequest)
Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.
|
default ListPhoneNumberOrdersResponse |
listPhoneNumberOrders(Consumer<ListPhoneNumberOrdersRequest.Builder> listPhoneNumberOrdersRequest)
Lists the phone numbers for an administrator's Amazon Chime SDK account.
|
default ListPhoneNumberOrdersResponse |
listPhoneNumberOrders(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest)
Lists the phone numbers for an administrator's Amazon Chime SDK account.
|
default ListPhoneNumberOrdersIterable |
listPhoneNumberOrdersPaginator(Consumer<ListPhoneNumberOrdersRequest.Builder> listPhoneNumberOrdersRequest)
Lists the phone numbers for an administrator's Amazon Chime SDK account.
|
default ListPhoneNumberOrdersIterable |
listPhoneNumberOrdersPaginator(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest)
Lists the phone numbers for an administrator's Amazon Chime SDK account.
|
default ListPhoneNumbersResponse |
listPhoneNumbers(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice
Connector, or Amazon Chime SDK Voice Connector group.
|
default ListPhoneNumbersResponse |
listPhoneNumbers(ListPhoneNumbersRequest listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice
Connector, or Amazon Chime SDK Voice Connector group.
|
default ListPhoneNumbersIterable |
listPhoneNumbersPaginator(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice
Connector, or Amazon Chime SDK Voice Connector group.
|
default ListPhoneNumbersIterable |
listPhoneNumbersPaginator(ListPhoneNumbersRequest listPhoneNumbersRequest)
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice
Connector, or Amazon Chime SDK Voice Connector group.
|
default ListProxySessionsResponse |
listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsResponse |
listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsIterable |
listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsIterable |
listProxySessionsPaginator(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListSipMediaApplicationsResponse |
listSipMediaApplications(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest)
Lists the SIP media applications under the administrator's AWS account.
|
default ListSipMediaApplicationsResponse |
listSipMediaApplications(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest)
Lists the SIP media applications under the administrator's AWS account.
|
default ListSipMediaApplicationsIterable |
listSipMediaApplicationsPaginator(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest)
Lists the SIP media applications under the administrator's AWS account.
|
default ListSipMediaApplicationsIterable |
listSipMediaApplicationsPaginator(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest)
Lists the SIP media applications under the administrator's AWS account.
|
default ListSipRulesResponse |
listSipRules(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest)
Lists the SIP rules under the administrator's AWS account.
|
default ListSipRulesResponse |
listSipRules(ListSipRulesRequest listSipRulesRequest)
Lists the SIP rules under the administrator's AWS account.
|
default ListSipRulesIterable |
listSipRulesPaginator(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest)
Lists the SIP rules under the administrator's AWS account.
|
default ListSipRulesIterable |
listSipRulesPaginator(ListSipRulesRequest listSipRulesRequest)
Lists the SIP rules under the administrator's AWS account.
|
default ListSupportedPhoneNumberCountriesResponse |
listSupportedPhoneNumberCountries(Consumer<ListSupportedPhoneNumberCountriesRequest.Builder> listSupportedPhoneNumberCountriesRequest)
Lists the countries that you can order phone numbers from.
|
default ListSupportedPhoneNumberCountriesResponse |
listSupportedPhoneNumberCountries(ListSupportedPhoneNumberCountriesRequest listSupportedPhoneNumberCountriesRequest)
Lists the countries that you can order phone numbers from.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags in a given resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags in a given resource.
|
default ListVoiceConnectorGroupsResponse |
listVoiceConnectorGroups(Consumer<ListVoiceConnectorGroupsRequest.Builder> listVoiceConnectorGroupsRequest)
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
|
default ListVoiceConnectorGroupsResponse |
listVoiceConnectorGroups(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest)
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
|
default ListVoiceConnectorGroupsIterable |
listVoiceConnectorGroupsPaginator(Consumer<ListVoiceConnectorGroupsRequest.Builder> listVoiceConnectorGroupsRequest)
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
|
default ListVoiceConnectorGroupsIterable |
listVoiceConnectorGroupsPaginator(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest)
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
|
default ListVoiceConnectorsResponse |
listVoiceConnectors(Consumer<ListVoiceConnectorsRequest.Builder> listVoiceConnectorsRequest)
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
|
default ListVoiceConnectorsResponse |
listVoiceConnectors(ListVoiceConnectorsRequest listVoiceConnectorsRequest)
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
|
default ListVoiceConnectorsIterable |
listVoiceConnectorsPaginator(Consumer<ListVoiceConnectorsRequest.Builder> listVoiceConnectorsRequest)
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
|
default ListVoiceConnectorsIterable |
listVoiceConnectorsPaginator(ListVoiceConnectorsRequest listVoiceConnectorsRequest)
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
|
default ListVoiceConnectorTerminationCredentialsResponse |
listVoiceConnectorTerminationCredentials(Consumer<ListVoiceConnectorTerminationCredentialsRequest.Builder> listVoiceConnectorTerminationCredentialsRequest)
Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.
|
default ListVoiceConnectorTerminationCredentialsResponse |
listVoiceConnectorTerminationCredentials(ListVoiceConnectorTerminationCredentialsRequest listVoiceConnectorTerminationCredentialsRequest)
Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.
|
default ListVoiceProfileDomainsResponse |
listVoiceProfileDomains(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest)
Lists the specified voice profile domains in the administrator's AWS account.
|
default ListVoiceProfileDomainsResponse |
listVoiceProfileDomains(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest)
Lists the specified voice profile domains in the administrator's AWS account.
|
default ListVoiceProfileDomainsIterable |
listVoiceProfileDomainsPaginator(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest)
Lists the specified voice profile domains in the administrator's AWS account.
|
default ListVoiceProfileDomainsIterable |
listVoiceProfileDomainsPaginator(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest)
Lists the specified voice profile domains in the administrator's AWS account.
|
default ListVoiceProfilesResponse |
listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
default ListVoiceProfilesResponse |
listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
default ListVoiceProfilesIterable |
listVoiceProfilesPaginator(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
default ListVoiceProfilesIterable |
listVoiceProfilesPaginator(ListVoiceProfilesRequest listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
default PutSipMediaApplicationAlexaSkillConfigurationResponse |
putSipMediaApplicationAlexaSkillConfiguration(Consumer<PutSipMediaApplicationAlexaSkillConfigurationRequest.Builder> putSipMediaApplicationAlexaSkillConfigurationRequest)
Updates the Alexa Skill configuration for the SIP media application.
|
default PutSipMediaApplicationAlexaSkillConfigurationResponse |
putSipMediaApplicationAlexaSkillConfiguration(PutSipMediaApplicationAlexaSkillConfigurationRequest putSipMediaApplicationAlexaSkillConfigurationRequest)
Updates the Alexa Skill configuration for the SIP media application.
|
default PutSipMediaApplicationLoggingConfigurationResponse |
putSipMediaApplicationLoggingConfiguration(Consumer<PutSipMediaApplicationLoggingConfigurationRequest.Builder> putSipMediaApplicationLoggingConfigurationRequest)
Updates the logging configuration for the specified SIP media application.
|
default PutSipMediaApplicationLoggingConfigurationResponse |
putSipMediaApplicationLoggingConfiguration(PutSipMediaApplicationLoggingConfigurationRequest putSipMediaApplicationLoggingConfigurationRequest)
Updates the logging configuration for the specified SIP media application.
|
default PutVoiceConnectorEmergencyCallingConfigurationResponse |
putVoiceConnectorEmergencyCallingConfiguration(Consumer<PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder> putVoiceConnectorEmergencyCallingConfigurationRequest)
Updates a Voice Connector's emergency calling configuration.
|
default PutVoiceConnectorEmergencyCallingConfigurationResponse |
putVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest)
Updates a Voice Connector's emergency calling configuration.
|
default PutVoiceConnectorLoggingConfigurationResponse |
putVoiceConnectorLoggingConfiguration(Consumer<PutVoiceConnectorLoggingConfigurationRequest.Builder> putVoiceConnectorLoggingConfigurationRequest)
Updates a Voice Connector's logging configuration.
|
default PutVoiceConnectorLoggingConfigurationResponse |
putVoiceConnectorLoggingConfiguration(PutVoiceConnectorLoggingConfigurationRequest putVoiceConnectorLoggingConfigurationRequest)
Updates a Voice Connector's logging configuration.
|
default PutVoiceConnectorOriginationResponse |
putVoiceConnectorOrigination(Consumer<PutVoiceConnectorOriginationRequest.Builder> putVoiceConnectorOriginationRequest)
Updates a Voice Connector's origination settings.
|
default PutVoiceConnectorOriginationResponse |
putVoiceConnectorOrigination(PutVoiceConnectorOriginationRequest putVoiceConnectorOriginationRequest)
Updates a Voice Connector's origination settings.
|
default PutVoiceConnectorProxyResponse |
putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
|
default PutVoiceConnectorProxyResponse |
putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest)
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
|
default PutVoiceConnectorStreamingConfigurationResponse |
putVoiceConnectorStreamingConfiguration(Consumer<PutVoiceConnectorStreamingConfigurationRequest.Builder> putVoiceConnectorStreamingConfigurationRequest)
Updates a Voice Connector's streaming configuration settings.
|
default PutVoiceConnectorStreamingConfigurationResponse |
putVoiceConnectorStreamingConfiguration(PutVoiceConnectorStreamingConfigurationRequest putVoiceConnectorStreamingConfigurationRequest)
Updates a Voice Connector's streaming configuration settings.
|
default PutVoiceConnectorTerminationResponse |
putVoiceConnectorTermination(Consumer<PutVoiceConnectorTerminationRequest.Builder> putVoiceConnectorTerminationRequest)
Updates a Voice Connector's termination settings.
|
default PutVoiceConnectorTerminationResponse |
putVoiceConnectorTermination(PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest)
Updates a Voice Connector's termination settings.
|
default PutVoiceConnectorTerminationCredentialsResponse |
putVoiceConnectorTerminationCredentials(Consumer<PutVoiceConnectorTerminationCredentialsRequest.Builder> putVoiceConnectorTerminationCredentialsRequest)
Updates a Voice Connector's termination credentials.
|
default PutVoiceConnectorTerminationCredentialsResponse |
putVoiceConnectorTerminationCredentials(PutVoiceConnectorTerminationCredentialsRequest putVoiceConnectorTerminationCredentialsRequest)
Updates a Voice Connector's termination credentials.
|
default RestorePhoneNumberResponse |
restorePhoneNumber(Consumer<RestorePhoneNumberRequest.Builder> restorePhoneNumberRequest)
Restores a deleted phone number.
|
default RestorePhoneNumberResponse |
restorePhoneNumber(RestorePhoneNumberRequest restorePhoneNumberRequest)
Restores a deleted phone number.
|
default SearchAvailablePhoneNumbersResponse |
searchAvailablePhoneNumbers(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersResponse |
searchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersIterable |
searchAvailablePhoneNumbersPaginator(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default SearchAvailablePhoneNumbersIterable |
searchAvailablePhoneNumbersPaginator(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
Searches the provisioned phone numbers in an organization.
|
default ChimeSdkVoiceServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default StartSpeakerSearchTaskResponse |
startSpeakerSearchTask(Consumer<StartSpeakerSearchTaskRequest.Builder> startSpeakerSearchTaskRequest)
Starts a speaker search task.
|
default StartSpeakerSearchTaskResponse |
startSpeakerSearchTask(StartSpeakerSearchTaskRequest startSpeakerSearchTaskRequest)
Starts a speaker search task.
|
default StartVoiceToneAnalysisTaskResponse |
startVoiceToneAnalysisTask(Consumer<StartVoiceToneAnalysisTaskRequest.Builder> startVoiceToneAnalysisTaskRequest)
Starts a voice tone analysis task.
|
default StartVoiceToneAnalysisTaskResponse |
startVoiceToneAnalysisTask(StartVoiceToneAnalysisTaskRequest startVoiceToneAnalysisTaskRequest)
Starts a voice tone analysis task.
|
default StopSpeakerSearchTaskResponse |
stopSpeakerSearchTask(Consumer<StopSpeakerSearchTaskRequest.Builder> stopSpeakerSearchTaskRequest)
Stops a speaker search task.
|
default StopSpeakerSearchTaskResponse |
stopSpeakerSearchTask(StopSpeakerSearchTaskRequest stopSpeakerSearchTaskRequest)
Stops a speaker search task.
|
default StopVoiceToneAnalysisTaskResponse |
stopVoiceToneAnalysisTask(Consumer<StopVoiceToneAnalysisTaskRequest.Builder> stopVoiceToneAnalysisTaskRequest)
Stops a voice tone analysis task.
|
default StopVoiceToneAnalysisTaskResponse |
stopVoiceToneAnalysisTask(StopVoiceToneAnalysisTaskRequest stopVoiceToneAnalysisTaskRequest)
Stops a voice tone analysis task.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to the specified resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to the specified resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
default UpdateGlobalSettingsResponse |
updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)
Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
|
default UpdateGlobalSettingsResponse |
updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)
Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
|
default UpdatePhoneNumberResponse |
updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default UpdatePhoneNumberResponse |
updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates phone number details, such as product type or calling name, for the specified phone number ID.
|
default UpdatePhoneNumberSettingsResponse |
updatePhoneNumberSettings(Consumer<UpdatePhoneNumberSettingsRequest.Builder> updatePhoneNumberSettingsRequest)
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.
|
default UpdatePhoneNumberSettingsResponse |
updatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest)
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.
|
default UpdateProxySessionResponse |
updateProxySession(Consumer<UpdateProxySessionRequest.Builder> updateProxySessionRequest)
Updates the specified proxy session details, such as voice or SMS capabilities.
|
default UpdateProxySessionResponse |
updateProxySession(UpdateProxySessionRequest updateProxySessionRequest)
Updates the specified proxy session details, such as voice or SMS capabilities.
|
default UpdateSipMediaApplicationResponse |
updateSipMediaApplication(Consumer<UpdateSipMediaApplicationRequest.Builder> updateSipMediaApplicationRequest)
Updates the details of the specified SIP media application.
|
default UpdateSipMediaApplicationResponse |
updateSipMediaApplication(UpdateSipMediaApplicationRequest updateSipMediaApplicationRequest)
Updates the details of the specified SIP media application.
|
default UpdateSipMediaApplicationCallResponse |
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 |
updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest)
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update
request.
|
default UpdateSipRuleResponse |
updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
default UpdateSipRuleResponse |
updateSipRule(UpdateSipRuleRequest updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
default UpdateVoiceConnectorResponse |
updateVoiceConnector(Consumer<UpdateVoiceConnectorRequest.Builder> updateVoiceConnectorRequest)
Updates the details for the specified Amazon Chime SDK Voice Connector.
|
default UpdateVoiceConnectorResponse |
updateVoiceConnector(UpdateVoiceConnectorRequest updateVoiceConnectorRequest)
Updates the details for the specified Amazon Chime SDK Voice Connector.
|
default UpdateVoiceConnectorGroupResponse |
updateVoiceConnectorGroup(Consumer<UpdateVoiceConnectorGroupRequest.Builder> updateVoiceConnectorGroupRequest)
Updates the settings for the specified Amazon Chime SDK Voice Connector group.
|
default UpdateVoiceConnectorGroupResponse |
updateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest)
Updates the settings for the specified Amazon Chime SDK Voice Connector group.
|
default UpdateVoiceProfileResponse |
updateVoiceProfile(Consumer<UpdateVoiceProfileRequest.Builder> updateVoiceProfileRequest)
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
|
default UpdateVoiceProfileResponse |
updateVoiceProfile(UpdateVoiceProfileRequest updateVoiceProfileRequest)
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
|
default UpdateVoiceProfileDomainResponse |
updateVoiceProfileDomain(Consumer<UpdateVoiceProfileDomainRequest.Builder> updateVoiceProfileDomainRequest)
Updates the settings for the specified voice profile domain.
|
default UpdateVoiceProfileDomainResponse |
updateVoiceProfileDomain(UpdateVoiceProfileDomainRequest updateVoiceProfileDomainRequest)
Updates the settings for the specified voice profile domain.
|
default ValidateE911AddressResponse |
validateE911Address(Consumer<ValidateE911AddressRequest.Builder> validateE911AddressRequest)
Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.
|
default ValidateE911AddressResponse |
validateE911Address(ValidateE911AddressRequest validateE911AddressRequest)
Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default AssociatePhoneNumbersWithVoiceConnectorResponse associatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest associatePhoneNumbersWithVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
associatePhoneNumbersWithVoiceConnectorRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociatePhoneNumbersWithVoiceConnectorResponse associatePhoneNumbersWithVoiceConnector(Consumer<AssociatePhoneNumbersWithVoiceConnectorRequest.Builder> associatePhoneNumbersWithVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Associates phone numbers with the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the
AssociatePhoneNumbersWithVoiceConnectorRequest.Builder avoiding the need to create one manually via
AssociatePhoneNumbersWithVoiceConnectorRequest.builder()
associatePhoneNumbersWithVoiceConnectorRequest - A Consumer that will call methods on
AssociatePhoneNumbersWithVoiceConnectorRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociatePhoneNumbersWithVoiceConnectorGroupResponse associatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest associatePhoneNumbersWithVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
associatePhoneNumbersWithVoiceConnectorGroupRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociatePhoneNumbersWithVoiceConnectorGroupResponse associatePhoneNumbersWithVoiceConnectorGroup(Consumer<AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder> associatePhoneNumbersWithVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.
This is a convenience which creates an instance of the
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder avoiding the need to create one manually via
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.builder()
associatePhoneNumbersWithVoiceConnectorGroupRequest - A Consumer that will call methods on
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDeletePhoneNumberResponse batchDeletePhoneNumber(BatchDeletePhoneNumberRequest batchDeletePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime SDK Voice Connectors before they can be deleted.
Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
batchDeletePhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDeletePhoneNumberResponse batchDeletePhoneNumber(Consumer<BatchDeletePhoneNumberRequest.Builder> batchDeletePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime SDK Voice Connectors before they can be deleted.
Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
This is a convenience which creates an instance of the BatchDeletePhoneNumberRequest.Builder avoiding the
need to create one manually via BatchDeletePhoneNumberRequest.builder()
batchDeletePhoneNumberRequest - A Consumer that will call methods on BatchDeletePhoneNumberRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchUpdatePhoneNumberResponse batchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest batchUpdatePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates one or more phone numbers.
batchUpdatePhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchUpdatePhoneNumberResponse batchUpdatePhoneNumber(Consumer<BatchUpdatePhoneNumberRequest.Builder> batchUpdatePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates one or more phone numbers.
This is a convenience which creates an instance of the BatchUpdatePhoneNumberRequest.Builder avoiding the
need to create one manually via BatchUpdatePhoneNumberRequest.builder()
batchUpdatePhoneNumberRequest - A Consumer that will call methods on BatchUpdatePhoneNumberRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePhoneNumberOrderResponse createPhoneNumberOrder(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an order for phone numbers to be provisioned. For numbers outside the U.S., you must use the Amazon Chime SDK SIP media application dial-in product type.
createPhoneNumberOrderRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePhoneNumberOrderResponse createPhoneNumberOrder(Consumer<CreatePhoneNumberOrderRequest.Builder> createPhoneNumberOrderRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an order for phone numbers to be provisioned. For numbers outside the U.S., you must use the Amazon Chime SDK SIP media application dial-in product type.
This is a convenience which creates an instance of the CreatePhoneNumberOrderRequest.Builder avoiding the
need to create one manually via CreatePhoneNumberOrderRequest.builder()
createPhoneNumberOrderRequest - A Consumer that will call methods on CreatePhoneNumberOrderRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProxySessionResponse createProxySession(CreateProxySessionRequest createProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.
createProxySessionRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProxySessionResponse createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.
This is a convenience which creates an instance of the CreateProxySessionRequest.Builder avoiding the
need to create one manually via CreateProxySessionRequest.builder()
createProxySessionRequest - A Consumer that will call methods on CreateProxySessionRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipMediaApplicationResponse createSipMediaApplication(CreateSipMediaApplicationRequest createSipMediaApplicationRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a SIP media application. For more information about SIP media applications, see Managing SIP media applications and rules in the Amazon Chime SDK Administrator Guide.
createSipMediaApplicationRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipMediaApplicationResponse createSipMediaApplication(Consumer<CreateSipMediaApplicationRequest.Builder> createSipMediaApplicationRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a SIP media application. For more information about SIP media applications, see Managing SIP media applications and rules in the Amazon Chime SDK Administrator Guide.
This is a convenience which creates an instance of the CreateSipMediaApplicationRequest.Builder avoiding
the need to create one manually via CreateSipMediaApplicationRequest.builder()
createSipMediaApplicationRequest - A Consumer that will call methods on CreateSipMediaApplicationRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipMediaApplicationCallResponse createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest) throws BadRequestException, ForbiddenException, ResourceLimitExceededException, ThrottledClientException, UnauthorizedClientException, AccessDeniedException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
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.
createSipMediaApplicationCallRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.ResourceLimitExceededException - The request exceeds the resource limit.ThrottledClientException - The number of customer requests exceeds the request rate limit.UnauthorizedClientException - The client isn't authorized to request a resource.AccessDeniedException - You don't have the permissions needed to run this action.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipMediaApplicationCallResponse createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> createSipMediaApplicationCallRequest) throws BadRequestException, ForbiddenException, ResourceLimitExceededException, ThrottledClientException, UnauthorizedClientException, AccessDeniedException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
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 is a convenience which creates an instance of the CreateSipMediaApplicationCallRequest.Builder
avoiding the need to create one manually via CreateSipMediaApplicationCallRequest.builder()
createSipMediaApplicationCallRequest - A Consumer that will call methods on CreateSipMediaApplicationCallRequest.Builder to
create a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.ResourceLimitExceededException - The request exceeds the resource limit.ThrottledClientException - The number of customer requests exceeds the request rate limit.UnauthorizedClientException - The client isn't authorized to request a resource.AccessDeniedException - You don't have the permissions needed to run this action.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipRuleResponse createSipRule(CreateSipRuleRequest createSipRuleRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type. For more information about SIP rules, see Managing SIP media applications and rules in the Amazon Chime SDK Administrator Guide.
createSipRuleRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSipRuleResponse createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type. For more information about SIP rules, see Managing SIP media applications and rules in the Amazon Chime SDK Administrator Guide.
This is a convenience which creates an instance of the CreateSipRuleRequest.Builder avoiding the need to
create one manually via CreateSipRuleRequest.builder()
createSipRuleRequest - A Consumer that will call methods on CreateSipRuleRequest.Builder to create a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceConnectorResponse createVoiceConnector(CreateVoiceConnectorRequest createVoiceConnectorRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an Amazon Chime SDK Voice Connector. For more information about Voice Connectors, see Managing Amazon Chime SDK Voice Connector groups in the Amazon Chime SDK Administrator Guide.
createVoiceConnectorRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceConnectorResponse createVoiceConnector(Consumer<CreateVoiceConnectorRequest.Builder> createVoiceConnectorRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an Amazon Chime SDK Voice Connector. For more information about Voice Connectors, see Managing Amazon Chime SDK Voice Connector groups in the Amazon Chime SDK Administrator Guide.
This is a convenience which creates an instance of the CreateVoiceConnectorRequest.Builder avoiding the
need to create one manually via CreateVoiceConnectorRequest.builder()
createVoiceConnectorRequest - A Consumer that will call methods on CreateVoiceConnectorRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceConnectorGroupResponse createVoiceConnectorGroup(CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account. You can associate Amazon
Chime SDK Voice Connectors with the Voice Connector group by including VoiceConnectorItems in the
request.
You can include Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
createVoiceConnectorGroupRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceConnectorGroupResponse createVoiceConnectorGroup(Consumer<CreateVoiceConnectorGroupRequest.Builder> createVoiceConnectorGroupRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account. You can associate Amazon
Chime SDK Voice Connectors with the Voice Connector group by including VoiceConnectorItems in the
request.
You can include Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
This is a convenience which creates an instance of the CreateVoiceConnectorGroupRequest.Builder avoiding
the need to create one manually via CreateVoiceConnectorGroupRequest.builder()
createVoiceConnectorGroupRequest - A Consumer that will call methods on CreateVoiceConnectorGroupRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceProfileResponse createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a voice profile, which consists of an enrolled user and their latest voice print.
Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
For more information about voice profiles and voice analytics, see Using Amazon Chime SDK Voice Analytics in the Amazon Chime SDK Developer Guide.
createVoiceProfileRequest - BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceProfileResponse createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a voice profile, which consists of an enrolled user and their latest voice print.
Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
For more information about voice profiles and voice analytics, see Using Amazon Chime SDK Voice Analytics in the Amazon Chime SDK Developer Guide.
This is a convenience which creates an instance of the CreateVoiceProfileRequest.Builder avoiding the
need to create one manually via CreateVoiceProfileRequest.builder()
createVoiceProfileRequest - A Consumer that will call methods on CreateVoiceProfileRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceProfileDomainResponse createVoiceProfileDomain(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, ConflictException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.
Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
For more information about voice profile domains, see Using Amazon Chime SDK Voice Analytics in the Amazon Chime SDK Developer Guide.
createVoiceProfileDomainRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.ConflictException - Multiple instances of the same request were made simultaneously.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateVoiceProfileDomainResponse createVoiceProfileDomain(Consumer<CreateVoiceProfileDomainRequest.Builder> createVoiceProfileDomainRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, ConflictException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.
Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
For more information about voice profile domains, see Using Amazon Chime SDK Voice Analytics in the Amazon Chime SDK Developer Guide.
This is a convenience which creates an instance of the CreateVoiceProfileDomainRequest.Builder avoiding
the need to create one manually via CreateVoiceProfileDomainRequest.builder()
createVoiceProfileDomainRequest - A Consumer that will call methods on CreateVoiceProfileDomainRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.ConflictException - Multiple instances of the same request were made simultaneously.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePhoneNumberResponse deletePhoneNumber(DeletePhoneNumberRequest deletePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime SDK Voice Connectors before it can be deleted.
Deleted phone numbers remain in the Deletion queue queue for 7 days before they are deleted permanently.
deletePhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePhoneNumberResponse deletePhoneNumber(Consumer<DeletePhoneNumberRequest.Builder> deletePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime SDK Voice Connectors before it can be deleted.
Deleted phone numbers remain in the Deletion queue queue for 7 days before they are deleted permanently.
This is a convenience which creates an instance of the DeletePhoneNumberRequest.Builder avoiding the need
to create one manually via DeletePhoneNumberRequest.builder()
deletePhoneNumberRequest - A Consumer that will call methods on DeletePhoneNumberRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProxySessionResponse deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
deleteProxySessionRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProxySessionResponse deleteProxySession(Consumer<DeleteProxySessionRequest.Builder> deleteProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the DeleteProxySessionRequest.Builder avoiding the
need to create one manually via DeleteProxySessionRequest.builder()
deleteProxySessionRequest - A Consumer that will call methods on DeleteProxySessionRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSipMediaApplicationResponse deleteSipMediaApplication(DeleteSipMediaApplicationRequest deleteSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a SIP media application.
deleteSipMediaApplicationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSipMediaApplicationResponse deleteSipMediaApplication(Consumer<DeleteSipMediaApplicationRequest.Builder> deleteSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a SIP media application.
This is a convenience which creates an instance of the DeleteSipMediaApplicationRequest.Builder avoiding
the need to create one manually via DeleteSipMediaApplicationRequest.builder()
deleteSipMediaApplicationRequest - A Consumer that will call methods on DeleteSipMediaApplicationRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSipRuleResponse deleteSipRule(DeleteSipRuleRequest deleteSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a SIP rule.
deleteSipRuleRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSipRuleResponse deleteSipRule(Consumer<DeleteSipRuleRequest.Builder> deleteSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a SIP rule.
This is a convenience which creates an instance of the DeleteSipRuleRequest.Builder avoiding the need to
create one manually via DeleteSipRuleRequest.builder()
deleteSipRuleRequest - A Consumer that will call methods on DeleteSipRuleRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorResponse deleteVoiceConnector(DeleteVoiceConnectorRequest deleteVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes an Amazon Chime SDK Voice Connector. Any phone numbers associated with the Amazon Chime SDK Voice Connector must be disassociated from it before it can be deleted.
deleteVoiceConnectorRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorResponse deleteVoiceConnector(Consumer<DeleteVoiceConnectorRequest.Builder> deleteVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes an Amazon Chime SDK Voice Connector. Any phone numbers associated with the Amazon Chime SDK Voice Connector must be disassociated from it before it can be deleted.
This is a convenience which creates an instance of the DeleteVoiceConnectorRequest.Builder avoiding the
need to create one manually via DeleteVoiceConnectorRequest.builder()
deleteVoiceConnectorRequest - A Consumer that will call methods on DeleteVoiceConnectorRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorEmergencyCallingConfigurationResponse deleteVoiceConnectorEmergencyCallingConfiguration(DeleteVoiceConnectorEmergencyCallingConfigurationRequest deleteVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the emergency calling details from the specified Amazon Chime SDK Voice Connector.
deleteVoiceConnectorEmergencyCallingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorEmergencyCallingConfigurationResponse deleteVoiceConnectorEmergencyCallingConfiguration(Consumer<DeleteVoiceConnectorEmergencyCallingConfigurationRequest.Builder> deleteVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the emergency calling details from the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the
DeleteVoiceConnectorEmergencyCallingConfigurationRequest.Builder avoiding the need to create one manually
via DeleteVoiceConnectorEmergencyCallingConfigurationRequest.builder()
deleteVoiceConnectorEmergencyCallingConfigurationRequest - A Consumer that will call methods on
DeleteVoiceConnectorEmergencyCallingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorGroupResponse deleteVoiceConnectorGroup(DeleteVoiceConnectorGroupRequest deleteVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes an Amazon Chime SDK Voice Connector group. Any VoiceConnectorItems and phone numbers
associated with the group must be removed before it can be deleted.
deleteVoiceConnectorGroupRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorGroupResponse deleteVoiceConnectorGroup(Consumer<DeleteVoiceConnectorGroupRequest.Builder> deleteVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes an Amazon Chime SDK Voice Connector group. Any VoiceConnectorItems and phone numbers
associated with the group must be removed before it can be deleted.
This is a convenience which creates an instance of the DeleteVoiceConnectorGroupRequest.Builder avoiding
the need to create one manually via DeleteVoiceConnectorGroupRequest.builder()
deleteVoiceConnectorGroupRequest - A Consumer that will call methods on DeleteVoiceConnectorGroupRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorOriginationResponse deleteVoiceConnectorOrigination(DeleteVoiceConnectorOriginationRequest deleteVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the origination settings for the specified Amazon Chime SDK Voice Connector.
If emergency calling is configured for the Voice Connector, it must be deleted prior to deleting the origination settings.
deleteVoiceConnectorOriginationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorOriginationResponse deleteVoiceConnectorOrigination(Consumer<DeleteVoiceConnectorOriginationRequest.Builder> deleteVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the origination settings for the specified Amazon Chime SDK Voice Connector.
If emergency calling is configured for the Voice Connector, it must be deleted prior to deleting the origination settings.
This is a convenience which creates an instance of the DeleteVoiceConnectorOriginationRequest.Builder
avoiding the need to create one manually via DeleteVoiceConnectorOriginationRequest.builder()
deleteVoiceConnectorOriginationRequest - A Consumer that will call methods on DeleteVoiceConnectorOriginationRequest.Builder to
create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorProxyResponse deleteVoiceConnectorProxy(DeleteVoiceConnectorProxyRequest deleteVoiceConnectorProxyRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.
deleteVoiceConnectorProxyRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorProxyResponse deleteVoiceConnectorProxy(Consumer<DeleteVoiceConnectorProxyRequest.Builder> deleteVoiceConnectorProxyRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the DeleteVoiceConnectorProxyRequest.Builder avoiding
the need to create one manually via DeleteVoiceConnectorProxyRequest.builder()
deleteVoiceConnectorProxyRequest - A Consumer that will call methods on DeleteVoiceConnectorProxyRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorStreamingConfigurationResponse deleteVoiceConnectorStreamingConfiguration(DeleteVoiceConnectorStreamingConfigurationRequest deleteVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a Voice Connector's streaming configuration.
deleteVoiceConnectorStreamingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorStreamingConfigurationResponse deleteVoiceConnectorStreamingConfiguration(Consumer<DeleteVoiceConnectorStreamingConfigurationRequest.Builder> deleteVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a Voice Connector's streaming configuration.
This is a convenience which creates an instance of the
DeleteVoiceConnectorStreamingConfigurationRequest.Builder avoiding the need to create one manually via
DeleteVoiceConnectorStreamingConfigurationRequest.builder()
deleteVoiceConnectorStreamingConfigurationRequest - A Consumer that will call methods on
DeleteVoiceConnectorStreamingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorTerminationResponse deleteVoiceConnectorTermination(DeleteVoiceConnectorTerminationRequest deleteVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.
If emergency calling is configured for the Voice Connector, it must be deleted prior to deleting the termination settings.
deleteVoiceConnectorTerminationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorTerminationResponse deleteVoiceConnectorTermination(Consumer<DeleteVoiceConnectorTerminationRequest.Builder> deleteVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.
If emergency calling is configured for the Voice Connector, it must be deleted prior to deleting the termination settings.
This is a convenience which creates an instance of the DeleteVoiceConnectorTerminationRequest.Builder
avoiding the need to create one manually via DeleteVoiceConnectorTerminationRequest.builder()
deleteVoiceConnectorTerminationRequest - A Consumer that will call methods on DeleteVoiceConnectorTerminationRequest.Builder to
create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorTerminationCredentialsResponse deleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest deleteVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
deleteVoiceConnectorTerminationCredentialsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceConnectorTerminationCredentialsResponse deleteVoiceConnectorTerminationCredentials(Consumer<DeleteVoiceConnectorTerminationCredentialsRequest.Builder> deleteVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
This is a convenience which creates an instance of the
DeleteVoiceConnectorTerminationCredentialsRequest.Builder avoiding the need to create one manually via
DeleteVoiceConnectorTerminationCredentialsRequest.builder()
deleteVoiceConnectorTerminationCredentialsRequest - A Consumer that will call methods on
DeleteVoiceConnectorTerminationCredentialsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceProfileResponse deleteVoiceProfile(DeleteVoiceProfileRequest deleteVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a voice profile, including its voice print and enrollment data. WARNING: This action is not reversible.
deleteVoiceProfileRequest - BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceProfileResponse deleteVoiceProfile(Consumer<DeleteVoiceProfileRequest.Builder> deleteVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes a voice profile, including its voice print and enrollment data. WARNING: This action is not reversible.
This is a convenience which creates an instance of the DeleteVoiceProfileRequest.Builder avoiding the
need to create one manually via DeleteVoiceProfileRequest.builder()
deleteVoiceProfileRequest - A Consumer that will call methods on DeleteVoiceProfileRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceProfileDomainResponse deleteVoiceProfileDomain(DeleteVoiceProfileDomainRequest deleteVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes all voice profiles in the domain. WARNING: This action is not reversible.
deleteVoiceProfileDomainRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteVoiceProfileDomainResponse deleteVoiceProfileDomain(Consumer<DeleteVoiceProfileDomainRequest.Builder> deleteVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Deletes all voice profiles in the domain. WARNING: This action is not reversible.
This is a convenience which creates an instance of the DeleteVoiceProfileDomainRequest.Builder avoiding
the need to create one manually via DeleteVoiceProfileDomainRequest.builder()
deleteVoiceProfileDomainRequest - A Consumer that will call methods on DeleteVoiceProfileDomainRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociatePhoneNumbersFromVoiceConnectorResponse disassociatePhoneNumbersFromVoiceConnector(DisassociatePhoneNumbersFromVoiceConnectorRequest disassociatePhoneNumbersFromVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector.
disassociatePhoneNumbersFromVoiceConnectorRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociatePhoneNumbersFromVoiceConnectorResponse disassociatePhoneNumbersFromVoiceConnector(Consumer<DisassociatePhoneNumbersFromVoiceConnectorRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the
DisassociatePhoneNumbersFromVoiceConnectorRequest.Builder avoiding the need to create one manually via
DisassociatePhoneNumbersFromVoiceConnectorRequest.builder()
disassociatePhoneNumbersFromVoiceConnectorRequest - A Consumer that will call methods on
DisassociatePhoneNumbersFromVoiceConnectorRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociatePhoneNumbersFromVoiceConnectorGroupResponse disassociatePhoneNumbersFromVoiceConnectorGroup(DisassociatePhoneNumbersFromVoiceConnectorGroupRequest disassociatePhoneNumbersFromVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector group.
disassociatePhoneNumbersFromVoiceConnectorGroupRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociatePhoneNumbersFromVoiceConnectorGroupResponse disassociatePhoneNumbersFromVoiceConnectorGroup(Consumer<DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.Builder> disassociatePhoneNumbersFromVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice Connector group.
This is a convenience which creates an instance of the
DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.Builder avoiding the need to create one manually
via DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.builder()
disassociatePhoneNumbersFromVoiceConnectorGroupRequest - A Consumer that will call methods on
DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGlobalSettingsResponse getGlobalSettings(GetGlobalSettingsRequest getGlobalSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
getGlobalSettingsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetGlobalSettingsResponse getGlobalSettings(Consumer<GetGlobalSettingsRequest.Builder> getGlobalSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
This is a convenience which creates an instance of the GetGlobalSettingsRequest.Builder avoiding the need
to create one manually via GetGlobalSettingsRequest.builder()
getGlobalSettingsRequest - A Consumer that will call methods on GetGlobalSettingsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberResponse getPhoneNumber(GetPhoneNumberRequest getPhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
getPhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberResponse getPhoneNumber(Consumer<GetPhoneNumberRequest.Builder> getPhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
This is a convenience which creates an instance of the GetPhoneNumberRequest.Builder avoiding the need to
create one manually via GetPhoneNumberRequest.builder()
getPhoneNumberRequest - A Consumer that will call methods on GetPhoneNumberRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberOrderResponse getPhoneNumberOrder(GetPhoneNumberOrderRequest getPhoneNumberOrderRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
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.
getPhoneNumberOrderRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberOrderResponse getPhoneNumberOrder(Consumer<GetPhoneNumberOrderRequest.Builder> getPhoneNumberOrderRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
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.
This is a convenience which creates an instance of the GetPhoneNumberOrderRequest.Builder avoiding the
need to create one manually via GetPhoneNumberOrderRequest.builder()
getPhoneNumberOrderRequest - A Consumer that will call methods on GetPhoneNumberOrderRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberSettingsResponse getPhoneNumberSettings(GetPhoneNumberSettingsRequest getPhoneNumberSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.
getPhoneNumberSettingsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPhoneNumberSettingsResponse getPhoneNumberSettings(Consumer<GetPhoneNumberSettingsRequest.Builder> getPhoneNumberSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.
This is a convenience which creates an instance of the GetPhoneNumberSettingsRequest.Builder avoiding the
need to create one manually via GetPhoneNumberSettingsRequest.builder()
getPhoneNumberSettingsRequest - A Consumer that will call methods on GetPhoneNumberSettingsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProxySessionResponse getProxySession(GetProxySessionRequest getProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.
getProxySessionRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProxySessionResponse getProxySession(Consumer<GetProxySessionRequest.Builder> getProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the GetProxySessionRequest.Builder avoiding the need
to create one manually via GetProxySessionRequest.builder()
getProxySessionRequest - A Consumer that will call methods on GetProxySessionRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationResponse getSipMediaApplication(GetSipMediaApplicationRequest getSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
getSipMediaApplicationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationResponse getSipMediaApplication(Consumer<GetSipMediaApplicationRequest.Builder> getSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
This is a convenience which creates an instance of the GetSipMediaApplicationRequest.Builder avoiding the
need to create one manually via GetSipMediaApplicationRequest.builder()
getSipMediaApplicationRequest - A Consumer that will call methods on GetSipMediaApplicationRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationAlexaSkillConfigurationResponse getSipMediaApplicationAlexaSkillConfiguration(GetSipMediaApplicationAlexaSkillConfigurationRequest getSipMediaApplicationAlexaSkillConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Gets the Alexa Skill configuration for the SIP media application.
getSipMediaApplicationAlexaSkillConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationAlexaSkillConfigurationResponse getSipMediaApplicationAlexaSkillConfiguration(Consumer<GetSipMediaApplicationAlexaSkillConfigurationRequest.Builder> getSipMediaApplicationAlexaSkillConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Gets the Alexa Skill configuration for the SIP media application.
This is a convenience which creates an instance of the
GetSipMediaApplicationAlexaSkillConfigurationRequest.Builder avoiding the need to create one manually via
GetSipMediaApplicationAlexaSkillConfigurationRequest.builder()
getSipMediaApplicationAlexaSkillConfigurationRequest - A Consumer that will call methods on
GetSipMediaApplicationAlexaSkillConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationLoggingConfigurationResponse getSipMediaApplicationLoggingConfiguration(GetSipMediaApplicationLoggingConfigurationRequest getSipMediaApplicationLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the logging configuration for the specified SIP media application.
getSipMediaApplicationLoggingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipMediaApplicationLoggingConfigurationResponse getSipMediaApplicationLoggingConfiguration(Consumer<GetSipMediaApplicationLoggingConfigurationRequest.Builder> getSipMediaApplicationLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the logging configuration for the specified SIP media application.
This is a convenience which creates an instance of the
GetSipMediaApplicationLoggingConfigurationRequest.Builder avoiding the need to create one manually via
GetSipMediaApplicationLoggingConfigurationRequest.builder()
getSipMediaApplicationLoggingConfigurationRequest - A Consumer that will call methods on
GetSipMediaApplicationLoggingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipRuleResponse getSipRule(GetSipRuleRequest getSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
getSipRuleRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSipRuleResponse getSipRule(Consumer<GetSipRuleRequest.Builder> getSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
This is a convenience which creates an instance of the GetSipRuleRequest.Builder avoiding the need to
create one manually via GetSipRuleRequest.builder()
getSipRuleRequest - A Consumer that will call methods on GetSipRuleRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSpeakerSearchTaskResponse getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, NotFoundException, ConflictException, ThrottledClientException, AccessDeniedException, UnauthorizedClientException, ServiceFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified speaker search task.
getSpeakerSearchTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceFailureException - The service encountered an unexpected error.ServiceUnavailableException - The service is currently unavailable.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSpeakerSearchTaskResponse getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, NotFoundException, ConflictException, ThrottledClientException, AccessDeniedException, UnauthorizedClientException, ServiceFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified speaker search task.
This is a convenience which creates an instance of the GetSpeakerSearchTaskRequest.Builder avoiding the
need to create one manually via GetSpeakerSearchTaskRequest.builder()
getSpeakerSearchTaskRequest - A Consumer that will call methods on GetSpeakerSearchTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceFailureException - The service encountered an unexpected error.ServiceUnavailableException - The service is currently unavailable.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorResponse getVoiceConnector(GetVoiceConnectorRequest getVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
getVoiceConnectorRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorResponse getVoiceConnector(Consumer<GetVoiceConnectorRequest.Builder> getVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
This is a convenience which creates an instance of the GetVoiceConnectorRequest.Builder avoiding the need
to create one manually via GetVoiceConnectorRequest.builder()
getVoiceConnectorRequest - A Consumer that will call methods on GetVoiceConnectorRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorEmergencyCallingConfigurationResponse getVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the emergency calling configuration details for the specified Voice Connector.
getVoiceConnectorEmergencyCallingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorEmergencyCallingConfigurationResponse getVoiceConnectorEmergencyCallingConfiguration(Consumer<GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder> getVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the emergency calling configuration details for the specified Voice Connector.
This is a convenience which creates an instance of the
GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder avoiding the need to create one manually
via GetVoiceConnectorEmergencyCallingConfigurationRequest.builder()
getVoiceConnectorEmergencyCallingConfigurationRequest - A Consumer that will call methods on
GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorGroupResponse getVoiceConnectorGroup(GetVoiceConnectorGroupRequest getVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified Amazon Chime SDK Voice Connector group, such as timestamps,name, and
associated VoiceConnectorItems.
getVoiceConnectorGroupRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorGroupResponse getVoiceConnectorGroup(Consumer<GetVoiceConnectorGroupRequest.Builder> getVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves details for the specified Amazon Chime SDK Voice Connector group, such as timestamps,name, and
associated VoiceConnectorItems.
This is a convenience which creates an instance of the GetVoiceConnectorGroupRequest.Builder avoiding the
need to create one manually via GetVoiceConnectorGroupRequest.builder()
getVoiceConnectorGroupRequest - A Consumer that will call methods on GetVoiceConnectorGroupRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorLoggingConfigurationResponse getVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest getVoiceConnectorLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the logging configuration settings for the specified Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
getVoiceConnectorLoggingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorLoggingConfigurationResponse getVoiceConnectorLoggingConfiguration(Consumer<GetVoiceConnectorLoggingConfigurationRequest.Builder> getVoiceConnectorLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the logging configuration settings for the specified Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
This is a convenience which creates an instance of the
GetVoiceConnectorLoggingConfigurationRequest.Builder avoiding the need to create one manually via
GetVoiceConnectorLoggingConfigurationRequest.builder()
getVoiceConnectorLoggingConfigurationRequest - A Consumer that will call methods on GetVoiceConnectorLoggingConfigurationRequest.Builder
to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorOriginationResponse getVoiceConnectorOrigination(GetVoiceConnectorOriginationRequest getVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the origination settings for the specified Voice Connector.
getVoiceConnectorOriginationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorOriginationResponse getVoiceConnectorOrigination(Consumer<GetVoiceConnectorOriginationRequest.Builder> getVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the origination settings for the specified Voice Connector.
This is a convenience which creates an instance of the GetVoiceConnectorOriginationRequest.Builder
avoiding the need to create one manually via GetVoiceConnectorOriginationRequest.builder()
getVoiceConnectorOriginationRequest - A Consumer that will call methods on GetVoiceConnectorOriginationRequest.Builder to create
a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorProxyResponse getVoiceConnectorProxy(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.
getVoiceConnectorProxyRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorProxyResponse getVoiceConnectorProxy(Consumer<GetVoiceConnectorProxyRequest.Builder> getVoiceConnectorProxyRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the GetVoiceConnectorProxyRequest.Builder avoiding the
need to create one manually via GetVoiceConnectorProxyRequest.builder()
getVoiceConnectorProxyRequest - A Consumer that will call methods on GetVoiceConnectorProxyRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorStreamingConfigurationResponse getVoiceConnectorStreamingConfiguration(GetVoiceConnectorStreamingConfigurationRequest getVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the streaming configuration details for the specified Amazon Chime SDK Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
getVoiceConnectorStreamingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorStreamingConfigurationResponse getVoiceConnectorStreamingConfiguration(Consumer<GetVoiceConnectorStreamingConfigurationRequest.Builder> getVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the streaming configuration details for the specified Amazon Chime SDK Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.
This is a convenience which creates an instance of the
GetVoiceConnectorStreamingConfigurationRequest.Builder avoiding the need to create one manually via
GetVoiceConnectorStreamingConfigurationRequest.builder()
getVoiceConnectorStreamingConfigurationRequest - A Consumer that will call methods on
GetVoiceConnectorStreamingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorTerminationResponse getVoiceConnectorTermination(GetVoiceConnectorTerminationRequest getVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the termination setting details for the specified Voice Connector.
getVoiceConnectorTerminationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorTerminationResponse getVoiceConnectorTermination(Consumer<GetVoiceConnectorTerminationRequest.Builder> getVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the termination setting details for the specified Voice Connector.
This is a convenience which creates an instance of the GetVoiceConnectorTerminationRequest.Builder
avoiding the need to create one manually via GetVoiceConnectorTerminationRequest.builder()
getVoiceConnectorTerminationRequest - A Consumer that will call methods on GetVoiceConnectorTerminationRequest.Builder to create
a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorTerminationHealthResponse getVoiceConnectorTerminationHealth(GetVoiceConnectorTerminationHealthRequest getVoiceConnectorTerminationHealthRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves information about the last time a SIP OPTIONS ping was received from your SIP
infrastructure for the specified Amazon Chime SDK Voice Connector.
getVoiceConnectorTerminationHealthRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceConnectorTerminationHealthResponse getVoiceConnectorTerminationHealth(Consumer<GetVoiceConnectorTerminationHealthRequest.Builder> getVoiceConnectorTerminationHealthRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves information about the last time a SIP OPTIONS ping was received from your SIP
infrastructure for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the GetVoiceConnectorTerminationHealthRequest.Builder
avoiding the need to create one manually via GetVoiceConnectorTerminationHealthRequest.builder()
getVoiceConnectorTerminationHealthRequest - A Consumer that will call methods on GetVoiceConnectorTerminationHealthRequest.Builder to
create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceProfileResponse getVoiceProfile(GetVoiceProfileRequest getVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified voice profile.
getVoiceProfileRequest - BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceProfileResponse getVoiceProfile(Consumer<GetVoiceProfileRequest.Builder> getVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified voice profile.
This is a convenience which creates an instance of the GetVoiceProfileRequest.Builder avoiding the need
to create one manually via GetVoiceProfileRequest.builder()
getVoiceProfileRequest - A Consumer that will call methods on GetVoiceProfileRequest.Builder to create a request.BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceProfileDomainResponse getVoiceProfileDomain(GetVoiceProfileDomainRequest getVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified voice profile domain.
getVoiceProfileDomainRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceProfileDomainResponse getVoiceProfileDomain(Consumer<GetVoiceProfileDomainRequest.Builder> getVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of the specified voice profile domain.
This is a convenience which creates an instance of the GetVoiceProfileDomainRequest.Builder avoiding the
need to create one manually via GetVoiceProfileDomainRequest.builder()
getVoiceProfileDomainRequest - A Consumer that will call methods on GetVoiceProfileDomainRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceToneAnalysisTaskResponse getVoiceToneAnalysisTask(GetVoiceToneAnalysisTaskRequest getVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, NotFoundException, ConflictException, ThrottledClientException, AccessDeniedException, UnauthorizedClientException, ServiceFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of a voice tone analysis task.
getVoiceToneAnalysisTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceFailureException - The service encountered an unexpected error.ServiceUnavailableException - The service is currently unavailable.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetVoiceToneAnalysisTaskResponse getVoiceToneAnalysisTask(Consumer<GetVoiceToneAnalysisTaskRequest.Builder> getVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, NotFoundException, ConflictException, ThrottledClientException, AccessDeniedException, UnauthorizedClientException, ServiceFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Retrieves the details of a voice tone analysis task.
This is a convenience which creates an instance of the GetVoiceToneAnalysisTaskRequest.Builder avoiding
the need to create one manually via GetVoiceToneAnalysisTaskRequest.builder()
getVoiceToneAnalysisTaskRequest - A Consumer that will call methods on GetVoiceToneAnalysisTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceFailureException - The service encountered an unexpected error.ServiceUnavailableException - The service is currently unavailable.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAvailableVoiceConnectorRegionsResponse listAvailableVoiceConnectorRegions(ListAvailableVoiceConnectorRegionsRequest listAvailableVoiceConnectorRegionsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.
listAvailableVoiceConnectorRegionsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAvailableVoiceConnectorRegionsResponse listAvailableVoiceConnectorRegions(Consumer<ListAvailableVoiceConnectorRegionsRequest.Builder> listAvailableVoiceConnectorRegionsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the ListAvailableVoiceConnectorRegionsRequest.Builder
avoiding the need to create one manually via ListAvailableVoiceConnectorRegionsRequest.builder()
listAvailableVoiceConnectorRegionsRequest - A Consumer that will call methods on ListAvailableVoiceConnectorRegionsRequest.Builder to
create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumberOrdersResponse listPhoneNumberOrders(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for an administrator's Amazon Chime SDK account.
listPhoneNumberOrdersRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumberOrdersResponse listPhoneNumberOrders(Consumer<ListPhoneNumberOrdersRequest.Builder> listPhoneNumberOrdersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for an administrator's Amazon Chime SDK account.
This is a convenience which creates an instance of the ListPhoneNumberOrdersRequest.Builder avoiding the
need to create one manually via ListPhoneNumberOrdersRequest.builder()
listPhoneNumberOrdersRequest - A Consumer that will call methods on ListPhoneNumberOrdersRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumberOrdersIterable listPhoneNumberOrdersPaginator(ListPhoneNumberOrdersRequest listPhoneNumberOrdersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for an administrator's Amazon Chime SDK account.
This is a variant of
listPhoneNumberOrders(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client.listPhoneNumberOrdersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client
.listPhoneNumberOrdersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client.listPhoneNumberOrdersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPhoneNumberOrders(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersRequest)
operation.
listPhoneNumberOrdersRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumberOrdersIterable listPhoneNumberOrdersPaginator(Consumer<ListPhoneNumberOrdersRequest.Builder> listPhoneNumberOrdersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for an administrator's Amazon Chime SDK account.
This is a variant of
listPhoneNumberOrders(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client.listPhoneNumberOrdersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client
.listPhoneNumberOrdersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumberOrdersIterable responses = client.listPhoneNumberOrdersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPhoneNumberOrders(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumberOrdersRequest)
operation.
This is a convenience which creates an instance of the ListPhoneNumberOrdersRequest.Builder avoiding the
need to create one manually via ListPhoneNumberOrdersRequest.builder()
listPhoneNumberOrdersRequest - A Consumer that will call methods on ListPhoneNumberOrdersRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumbersResponse listPhoneNumbers(ListPhoneNumbersRequest listPhoneNumbersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice Connector group.
listPhoneNumbersRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumbersResponse listPhoneNumbers(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice Connector group.
This is a convenience which creates an instance of the ListPhoneNumbersRequest.Builder avoiding the need
to create one manually via ListPhoneNumbersRequest.builder()
listPhoneNumbersRequest - A Consumer that will call methods on ListPhoneNumbersRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumbersIterable listPhoneNumbersPaginator(ListPhoneNumbersRequest listPhoneNumbersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice Connector group.
This is a variant of
listPhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client.listPhoneNumbersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client
.listPhoneNumbersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client.listPhoneNumbersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersRequest)
operation.
listPhoneNumbersRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPhoneNumbersIterable listPhoneNumbersPaginator(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, NotFoundException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the phone numbers for the specified Amazon Chime SDK account, Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice Connector group.
This is a variant of
listPhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client.listPhoneNumbersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client
.listPhoneNumbersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListPhoneNumbersIterable responses = client.listPhoneNumbersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.ListPhoneNumbersRequest)
operation.
This is a convenience which creates an instance of the ListPhoneNumbersRequest.Builder avoiding the need
to create one manually via ListPhoneNumbersRequest.builder()
listPhoneNumbersRequest - A Consumer that will call methods on ListPhoneNumbersRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProxySessionsResponse listProxySessions(ListProxySessionsRequest listProxySessionsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
listProxySessionsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProxySessionsResponse listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the ListProxySessionsRequest.Builder avoiding the need
to create one manually via ListProxySessionsRequest.builder()
listProxySessionsRequest - A Consumer that will call methods on ListProxySessionsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProxySessionsIterable listProxySessionsPaginator(ListProxySessionsRequest listProxySessionsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
This is a variant of
listProxySessions(software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client.listProxySessionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client
.listProxySessionsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client.listProxySessionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProxySessions(software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsRequest)
operation.
listProxySessionsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProxySessionsIterable listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
This is a variant of
listProxySessions(software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client.listProxySessionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client
.listProxySessionsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListProxySessionsIterable responses = client.listProxySessionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProxySessions(software.amazon.awssdk.services.chimesdkvoice.model.ListProxySessionsRequest)
operation.
This is a convenience which creates an instance of the ListProxySessionsRequest.Builder avoiding the need
to create one manually via ListProxySessionsRequest.builder()
listProxySessionsRequest - A Consumer that will call methods on ListProxySessionsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipMediaApplicationsResponse listSipMediaApplications(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP media applications under the administrator's AWS account.
listSipMediaApplicationsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipMediaApplicationsResponse listSipMediaApplications(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP media applications under the administrator's AWS account.
This is a convenience which creates an instance of the ListSipMediaApplicationsRequest.Builder avoiding
the need to create one manually via ListSipMediaApplicationsRequest.builder()
listSipMediaApplicationsRequest - A Consumer that will call methods on ListSipMediaApplicationsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipMediaApplicationsIterable listSipMediaApplicationsPaginator(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP media applications under the administrator's AWS account.
This is a variant of
listSipMediaApplications(software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client.listSipMediaApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client
.listSipMediaApplicationsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client.listSipMediaApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSipMediaApplications(software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsRequest)
operation.
listSipMediaApplicationsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipMediaApplicationsIterable listSipMediaApplicationsPaginator(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP media applications under the administrator's AWS account.
This is a variant of
listSipMediaApplications(software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client.listSipMediaApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client
.listSipMediaApplicationsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipMediaApplicationsIterable responses = client.listSipMediaApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSipMediaApplications(software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsRequest)
operation.
This is a convenience which creates an instance of the ListSipMediaApplicationsRequest.Builder avoiding
the need to create one manually via ListSipMediaApplicationsRequest.builder()
listSipMediaApplicationsRequest - A Consumer that will call methods on ListSipMediaApplicationsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipRulesResponse listSipRules(ListSipRulesRequest listSipRulesRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP rules under the administrator's AWS account.
listSipRulesRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipRulesResponse listSipRules(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP rules under the administrator's AWS account.
This is a convenience which creates an instance of the ListSipRulesRequest.Builder avoiding the need to
create one manually via ListSipRulesRequest.builder()
listSipRulesRequest - A Consumer that will call methods on ListSipRulesRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipRulesIterable listSipRulesPaginator(ListSipRulesRequest listSipRulesRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP rules under the administrator's AWS account.
This is a variant of
listSipRules(software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client.listSipRulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client
.listSipRulesPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client.listSipRulesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSipRules(software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesRequest) operation.
listSipRulesRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSipRulesIterable listSipRulesPaginator(Consumer<ListSipRulesRequest.Builder> listSipRulesRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP rules under the administrator's AWS account.
This is a variant of
listSipRules(software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client.listSipRulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client
.listSipRulesPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListSipRulesIterable responses = client.listSipRulesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSipRules(software.amazon.awssdk.services.chimesdkvoice.model.ListSipRulesRequest) operation.
This is a convenience which creates an instance of the ListSipRulesRequest.Builder avoiding the need to
create one manually via ListSipRulesRequest.builder()
listSipRulesRequest - A Consumer that will call methods on ListSipRulesRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSupportedPhoneNumberCountriesResponse listSupportedPhoneNumberCountries(ListSupportedPhoneNumberCountriesRequest listSupportedPhoneNumberCountriesRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the countries that you can order phone numbers from.
listSupportedPhoneNumberCountriesRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSupportedPhoneNumberCountriesResponse listSupportedPhoneNumberCountries(Consumer<ListSupportedPhoneNumberCountriesRequest.Builder> listSupportedPhoneNumberCountriesRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the countries that you can order phone numbers from.
This is a convenience which creates an instance of the ListSupportedPhoneNumberCountriesRequest.Builder
avoiding the need to create one manually via ListSupportedPhoneNumberCountriesRequest.builder()
listSupportedPhoneNumberCountriesRequest - A Consumer that will call methods on ListSupportedPhoneNumberCountriesRequest.Builder to
create a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Returns a list of the tags in a given resource.
listTagsForResourceRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Returns a list of the tags in a given resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorGroupsResponse listVoiceConnectorGroups(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
listVoiceConnectorGroupsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorGroupsResponse listVoiceConnectorGroups(Consumer<ListVoiceConnectorGroupsRequest.Builder> listVoiceConnectorGroupsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
This is a convenience which creates an instance of the ListVoiceConnectorGroupsRequest.Builder avoiding
the need to create one manually via ListVoiceConnectorGroupsRequest.builder()
listVoiceConnectorGroupsRequest - A Consumer that will call methods on ListVoiceConnectorGroupsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorGroupsIterable listVoiceConnectorGroupsPaginator(ListVoiceConnectorGroupsRequest listVoiceConnectorGroupsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
This is a variant of
listVoiceConnectorGroups(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client.listVoiceConnectorGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client
.listVoiceConnectorGroupsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client.listVoiceConnectorGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceConnectorGroups(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsRequest)
operation.
listVoiceConnectorGroupsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorGroupsIterable listVoiceConnectorGroupsPaginator(Consumer<ListVoiceConnectorGroupsRequest.Builder> listVoiceConnectorGroupsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS account.
This is a variant of
listVoiceConnectorGroups(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client.listVoiceConnectorGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client
.listVoiceConnectorGroupsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorGroupsIterable responses = client.listVoiceConnectorGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceConnectorGroups(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorGroupsRequest)
operation.
This is a convenience which creates an instance of the ListVoiceConnectorGroupsRequest.Builder avoiding
the need to create one manually via ListVoiceConnectorGroupsRequest.builder()
listVoiceConnectorGroupsRequest - A Consumer that will call methods on ListVoiceConnectorGroupsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorTerminationCredentialsResponse listVoiceConnectorTerminationCredentials(ListVoiceConnectorTerminationCredentialsRequest listVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.
listVoiceConnectorTerminationCredentialsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorTerminationCredentialsResponse listVoiceConnectorTerminationCredentials(Consumer<ListVoiceConnectorTerminationCredentialsRequest.Builder> listVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the
ListVoiceConnectorTerminationCredentialsRequest.Builder avoiding the need to create one manually via
ListVoiceConnectorTerminationCredentialsRequest.builder()
listVoiceConnectorTerminationCredentialsRequest - A Consumer that will call methods on
ListVoiceConnectorTerminationCredentialsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorsResponse listVoiceConnectors(ListVoiceConnectorsRequest listVoiceConnectorsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
listVoiceConnectorsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorsResponse listVoiceConnectors(Consumer<ListVoiceConnectorsRequest.Builder> listVoiceConnectorsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
This is a convenience which creates an instance of the ListVoiceConnectorsRequest.Builder avoiding the
need to create one manually via ListVoiceConnectorsRequest.builder()
listVoiceConnectorsRequest - A Consumer that will call methods on ListVoiceConnectorsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorsIterable listVoiceConnectorsPaginator(ListVoiceConnectorsRequest listVoiceConnectorsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
This is a variant of
listVoiceConnectors(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client.listVoiceConnectorsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client
.listVoiceConnectorsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client.listVoiceConnectorsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceConnectors(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsRequest)
operation.
listVoiceConnectorsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceConnectorsIterable listVoiceConnectorsPaginator(Consumer<ListVoiceConnectorsRequest.Builder> listVoiceConnectorsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.
This is a variant of
listVoiceConnectors(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client.listVoiceConnectorsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client
.listVoiceConnectorsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceConnectorsIterable responses = client.listVoiceConnectorsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceConnectors(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceConnectorsRequest)
operation.
This is a convenience which creates an instance of the ListVoiceConnectorsRequest.Builder avoiding the
need to create one manually via ListVoiceConnectorsRequest.builder()
listVoiceConnectorsRequest - A Consumer that will call methods on ListVoiceConnectorsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfileDomainsResponse listVoiceProfileDomains(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the specified voice profile domains in the administrator's AWS account.
listVoiceProfileDomainsRequest - NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfileDomainsResponse listVoiceProfileDomains(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the specified voice profile domains in the administrator's AWS account.
This is a convenience which creates an instance of the ListVoiceProfileDomainsRequest.Builder avoiding
the need to create one manually via ListVoiceProfileDomainsRequest.builder()
listVoiceProfileDomainsRequest - A Consumer that will call methods on ListVoiceProfileDomainsRequest.Builder to create a
request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfileDomainsIterable listVoiceProfileDomainsPaginator(ListVoiceProfileDomainsRequest listVoiceProfileDomainsRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the specified voice profile domains in the administrator's AWS account.
This is a variant of
listVoiceProfileDomains(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client.listVoiceProfileDomainsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client
.listVoiceProfileDomainsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client.listVoiceProfileDomainsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceProfileDomains(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsRequest)
operation.
listVoiceProfileDomainsRequest - NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfileDomainsIterable listVoiceProfileDomainsPaginator(Consumer<ListVoiceProfileDomainsRequest.Builder> listVoiceProfileDomainsRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the specified voice profile domains in the administrator's AWS account.
This is a variant of
listVoiceProfileDomains(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client.listVoiceProfileDomainsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client
.listVoiceProfileDomainsPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfileDomainsIterable responses = client.listVoiceProfileDomainsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceProfileDomains(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfileDomainsRequest)
operation.
This is a convenience which creates an instance of the ListVoiceProfileDomainsRequest.Builder avoiding
the need to create one manually via ListVoiceProfileDomainsRequest.builder()
listVoiceProfileDomainsRequest - A Consumer that will call methods on ListVoiceProfileDomainsRequest.Builder to create a
request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfilesResponse listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the voice profiles in a voice profile domain.
listVoiceProfilesRequest - NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfilesResponse listVoiceProfiles(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the voice profiles in a voice profile domain.
This is a convenience which creates an instance of the ListVoiceProfilesRequest.Builder avoiding the need
to create one manually via ListVoiceProfilesRequest.builder()
listVoiceProfilesRequest - A Consumer that will call methods on ListVoiceProfilesRequest.Builder to create a request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfilesIterable listVoiceProfilesPaginator(ListVoiceProfilesRequest listVoiceProfilesRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the voice profiles in a voice profile domain.
This is a variant of
listVoiceProfiles(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client.listVoiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client
.listVoiceProfilesPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client.listVoiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceProfiles(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest)
operation.
listVoiceProfilesRequest - NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListVoiceProfilesIterable listVoiceProfilesPaginator(Consumer<ListVoiceProfilesRequest.Builder> listVoiceProfilesRequest) throws NotFoundException, UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Lists the voice profiles in a voice profile domain.
This is a variant of
listVoiceProfiles(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client.listVoiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client
.listVoiceProfilesPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.ListVoiceProfilesIterable responses = client.listVoiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVoiceProfiles(software.amazon.awssdk.services.chimesdkvoice.model.ListVoiceProfilesRequest)
operation.
This is a convenience which creates an instance of the ListVoiceProfilesRequest.Builder avoiding the need
to create one manually via ListVoiceProfilesRequest.builder()
listVoiceProfilesRequest - A Consumer that will call methods on ListVoiceProfilesRequest.Builder to create a request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSipMediaApplicationAlexaSkillConfigurationResponse putSipMediaApplicationAlexaSkillConfiguration(PutSipMediaApplicationAlexaSkillConfigurationRequest putSipMediaApplicationAlexaSkillConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the Alexa Skill configuration for the SIP media application.
putSipMediaApplicationAlexaSkillConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSipMediaApplicationAlexaSkillConfigurationResponse putSipMediaApplicationAlexaSkillConfiguration(Consumer<PutSipMediaApplicationAlexaSkillConfigurationRequest.Builder> putSipMediaApplicationAlexaSkillConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the Alexa Skill configuration for the SIP media application.
This is a convenience which creates an instance of the
PutSipMediaApplicationAlexaSkillConfigurationRequest.Builder avoiding the need to create one manually via
PutSipMediaApplicationAlexaSkillConfigurationRequest.builder()
putSipMediaApplicationAlexaSkillConfigurationRequest - A Consumer that will call methods on
PutSipMediaApplicationAlexaSkillConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSipMediaApplicationLoggingConfigurationResponse putSipMediaApplicationLoggingConfiguration(PutSipMediaApplicationLoggingConfigurationRequest putSipMediaApplicationLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the logging configuration for the specified SIP media application.
putSipMediaApplicationLoggingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSipMediaApplicationLoggingConfigurationResponse putSipMediaApplicationLoggingConfiguration(Consumer<PutSipMediaApplicationLoggingConfigurationRequest.Builder> putSipMediaApplicationLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the logging configuration for the specified SIP media application.
This is a convenience which creates an instance of the
PutSipMediaApplicationLoggingConfigurationRequest.Builder avoiding the need to create one manually via
PutSipMediaApplicationLoggingConfigurationRequest.builder()
putSipMediaApplicationLoggingConfigurationRequest - A Consumer that will call methods on
PutSipMediaApplicationLoggingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorEmergencyCallingConfigurationResponse putVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's emergency calling configuration.
putVoiceConnectorEmergencyCallingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorEmergencyCallingConfigurationResponse putVoiceConnectorEmergencyCallingConfiguration(Consumer<PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder> putVoiceConnectorEmergencyCallingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's emergency calling configuration.
This is a convenience which creates an instance of the
PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder avoiding the need to create one manually
via PutVoiceConnectorEmergencyCallingConfigurationRequest.builder()
putVoiceConnectorEmergencyCallingConfigurationRequest - A Consumer that will call methods on
PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorLoggingConfigurationResponse putVoiceConnectorLoggingConfiguration(PutVoiceConnectorLoggingConfigurationRequest putVoiceConnectorLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's logging configuration.
putVoiceConnectorLoggingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorLoggingConfigurationResponse putVoiceConnectorLoggingConfiguration(Consumer<PutVoiceConnectorLoggingConfigurationRequest.Builder> putVoiceConnectorLoggingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's logging configuration.
This is a convenience which creates an instance of the
PutVoiceConnectorLoggingConfigurationRequest.Builder avoiding the need to create one manually via
PutVoiceConnectorLoggingConfigurationRequest.builder()
putVoiceConnectorLoggingConfigurationRequest - A Consumer that will call methods on PutVoiceConnectorLoggingConfigurationRequest.Builder
to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorOriginationResponse putVoiceConnectorOrigination(PutVoiceConnectorOriginationRequest putVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's origination settings.
putVoiceConnectorOriginationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorOriginationResponse putVoiceConnectorOrigination(Consumer<PutVoiceConnectorOriginationRequest.Builder> putVoiceConnectorOriginationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's origination settings.
This is a convenience which creates an instance of the PutVoiceConnectorOriginationRequest.Builder
avoiding the need to create one manually via PutVoiceConnectorOriginationRequest.builder()
putVoiceConnectorOriginationRequest - A Consumer that will call methods on PutVoiceConnectorOriginationRequest.Builder to create
a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorProxyResponse putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest) throws UnauthorizedClientException, AccessDeniedException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
putVoiceConnectorProxyRequest - UnauthorizedClientException - The client isn't authorized to request a resource.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorProxyResponse putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest) throws UnauthorizedClientException, AccessDeniedException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the PutVoiceConnectorProxyRequest.Builder avoiding the
need to create one manually via PutVoiceConnectorProxyRequest.builder()
putVoiceConnectorProxyRequest - A Consumer that will call methods on PutVoiceConnectorProxyRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorStreamingConfigurationResponse putVoiceConnectorStreamingConfiguration(PutVoiceConnectorStreamingConfigurationRequest putVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's streaming configuration settings.
putVoiceConnectorStreamingConfigurationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorStreamingConfigurationResponse putVoiceConnectorStreamingConfiguration(Consumer<PutVoiceConnectorStreamingConfigurationRequest.Builder> putVoiceConnectorStreamingConfigurationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's streaming configuration settings.
This is a convenience which creates an instance of the
PutVoiceConnectorStreamingConfigurationRequest.Builder avoiding the need to create one manually via
PutVoiceConnectorStreamingConfigurationRequest.builder()
putVoiceConnectorStreamingConfigurationRequest - A Consumer that will call methods on
PutVoiceConnectorStreamingConfigurationRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorTerminationResponse putVoiceConnectorTermination(PutVoiceConnectorTerminationRequest putVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's termination settings.
putVoiceConnectorTerminationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorTerminationResponse putVoiceConnectorTermination(Consumer<PutVoiceConnectorTerminationRequest.Builder> putVoiceConnectorTerminationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, AccessDeniedException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's termination settings.
This is a convenience which creates an instance of the PutVoiceConnectorTerminationRequest.Builder
avoiding the need to create one manually via PutVoiceConnectorTerminationRequest.builder()
putVoiceConnectorTerminationRequest - A Consumer that will call methods on PutVoiceConnectorTerminationRequest.Builder to create
a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.AccessDeniedException - You don't have the permissions needed to run this action.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorTerminationCredentialsResponse putVoiceConnectorTerminationCredentials(PutVoiceConnectorTerminationCredentialsRequest putVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's termination credentials.
putVoiceConnectorTerminationCredentialsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutVoiceConnectorTerminationCredentialsResponse putVoiceConnectorTerminationCredentials(Consumer<PutVoiceConnectorTerminationCredentialsRequest.Builder> putVoiceConnectorTerminationCredentialsRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates a Voice Connector's termination credentials.
This is a convenience which creates an instance of the
PutVoiceConnectorTerminationCredentialsRequest.Builder avoiding the need to create one manually via
PutVoiceConnectorTerminationCredentialsRequest.builder()
putVoiceConnectorTerminationCredentialsRequest - A Consumer that will call methods on
PutVoiceConnectorTerminationCredentialsRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RestorePhoneNumberResponse restorePhoneNumber(RestorePhoneNumberRequest restorePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Restores a deleted phone number.
restorePhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RestorePhoneNumberResponse restorePhoneNumber(Consumer<RestorePhoneNumberRequest.Builder> restorePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Restores a deleted phone number.
This is a convenience which creates an instance of the RestorePhoneNumberRequest.Builder avoiding the
need to create one manually via RestorePhoneNumberRequest.builder()
restorePhoneNumberRequest - A Consumer that will call methods on RestorePhoneNumberRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SearchAvailablePhoneNumbersResponse searchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Searches the provisioned phone numbers in an organization.
searchAvailablePhoneNumbersRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SearchAvailablePhoneNumbersResponse searchAvailablePhoneNumbers(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Searches the provisioned phone numbers in an organization.
This is a convenience which creates an instance of the SearchAvailablePhoneNumbersRequest.Builder
avoiding the need to create one manually via SearchAvailablePhoneNumbersRequest.builder()
searchAvailablePhoneNumbersRequest - A Consumer that will call methods on SearchAvailablePhoneNumbersRequest.Builder to create
a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SearchAvailablePhoneNumbersIterable searchAvailablePhoneNumbersPaginator(SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Searches the provisioned phone numbers in an organization.
This is a variant of
searchAvailablePhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client.searchAvailablePhoneNumbersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client
.searchAvailablePhoneNumbersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client.searchAvailablePhoneNumbersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchAvailablePhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersRequest)
operation.
searchAvailablePhoneNumbersRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SearchAvailablePhoneNumbersIterable searchAvailablePhoneNumbersPaginator(Consumer<SearchAvailablePhoneNumbersRequest.Builder> searchAvailablePhoneNumbersRequest) throws BadRequestException, ForbiddenException, AccessDeniedException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Searches the provisioned phone numbers in an organization.
This is a variant of
searchAvailablePhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client.searchAvailablePhoneNumbersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client
.searchAvailablePhoneNumbersPaginator(request);
for (software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.chimesdkvoice.paginators.SearchAvailablePhoneNumbersIterable responses = client.searchAvailablePhoneNumbersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchAvailablePhoneNumbers(software.amazon.awssdk.services.chimesdkvoice.model.SearchAvailablePhoneNumbersRequest)
operation.
This is a convenience which creates an instance of the SearchAvailablePhoneNumbersRequest.Builder
avoiding the need to create one manually via SearchAvailablePhoneNumbersRequest.builder()
searchAvailablePhoneNumbersRequest - A Consumer that will call methods on SearchAvailablePhoneNumbersRequest.Builder to create
a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.UnauthorizedClientException - The client isn't authorized to request a resource.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartSpeakerSearchTaskResponse startSpeakerSearchTask(StartSpeakerSearchTaskRequest startSpeakerSearchTaskRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Starts a speaker search task.
Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
startSpeakerSearchTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartSpeakerSearchTaskResponse startSpeakerSearchTask(Consumer<StartSpeakerSearchTaskRequest.Builder> startSpeakerSearchTaskRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Starts a speaker search task.
Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
This is a convenience which creates an instance of the StartSpeakerSearchTaskRequest.Builder avoiding the
need to create one manually via StartSpeakerSearchTaskRequest.builder()
startSpeakerSearchTaskRequest - A Consumer that will call methods on StartSpeakerSearchTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartVoiceToneAnalysisTaskResponse startVoiceToneAnalysisTask(StartVoiceToneAnalysisTaskRequest startVoiceToneAnalysisTaskRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics in the Amazon Chime SDK Developer Guide.
Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
startVoiceToneAnalysisTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartVoiceToneAnalysisTaskResponse startVoiceToneAnalysisTask(Consumer<StartVoiceToneAnalysisTaskRequest.Builder> startVoiceToneAnalysisTaskRequest) throws BadRequestException, ResourceLimitExceededException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics in the Amazon Chime SDK Developer Guide.
Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
This is a convenience which creates an instance of the StartVoiceToneAnalysisTaskRequest.Builder avoiding
the need to create one manually via StartVoiceToneAnalysisTaskRequest.builder()
startVoiceToneAnalysisTaskRequest - A Consumer that will call methods on StartVoiceToneAnalysisTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopSpeakerSearchTaskResponse stopSpeakerSearchTask(StopSpeakerSearchTaskRequest stopSpeakerSearchTaskRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Stops a speaker search task.
stopSpeakerSearchTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopSpeakerSearchTaskResponse stopSpeakerSearchTask(Consumer<StopSpeakerSearchTaskRequest.Builder> stopSpeakerSearchTaskRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Stops a speaker search task.
This is a convenience which creates an instance of the StopSpeakerSearchTaskRequest.Builder avoiding the
need to create one manually via StopSpeakerSearchTaskRequest.builder()
stopSpeakerSearchTaskRequest - A Consumer that will call methods on StopSpeakerSearchTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopVoiceToneAnalysisTaskResponse stopVoiceToneAnalysisTask(StopVoiceToneAnalysisTaskRequest stopVoiceToneAnalysisTaskRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Stops a voice tone analysis task.
stopVoiceToneAnalysisTaskRequest - BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopVoiceToneAnalysisTaskResponse stopVoiceToneAnalysisTask(Consumer<StopVoiceToneAnalysisTaskRequest.Builder> stopVoiceToneAnalysisTaskRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, UnprocessableEntityException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Stops a voice tone analysis task.
This is a convenience which creates an instance of the StopVoiceToneAnalysisTaskRequest.Builder avoiding
the need to create one manually via StopVoiceToneAnalysisTaskRequest.builder()
stopVoiceToneAnalysisTaskRequest - A Consumer that will call methods on StopVoiceToneAnalysisTaskRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.UnprocessableEntityException - A well-formed request couldn't be followed due to semantic errors.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, ResourceLimitExceededException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Adds a tag to the specified resource.
tagResourceRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, ResourceLimitExceededException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Adds a tag to the specified resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.ResourceLimitExceededException - The request exceeds the resource limit.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Removes tags from a resource.
untagResourceRequest - BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Removes tags from a resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.BadRequestException - The input parameters don't match the service's restrictions.ForbiddenException - The client is permanently forbidden from making the request.NotFoundException - The requested resource couldn't be found.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGlobalSettingsResponse updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
updateGlobalSettingsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateGlobalSettingsResponse updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.
This is a convenience which creates an instance of the UpdateGlobalSettingsRequest.Builder avoiding the
need to create one manually via UpdateGlobalSettingsRequest.builder()
updateGlobalSettingsRequest - A Consumer that will call methods on UpdateGlobalSettingsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePhoneNumberResponse updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.
For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type.
Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
updatePhoneNumberRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePhoneNumberResponse updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.
For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type.
Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
This is a convenience which creates an instance of the UpdatePhoneNumberRequest.Builder avoiding the need
to create one manually via UpdatePhoneNumberRequest.builder()
updatePhoneNumberRequest - A Consumer that will call methods on UpdatePhoneNumberRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ConflictException - Multiple instances of the same request were made simultaneously.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePhoneNumberSettingsResponse updatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest updatePhoneNumberSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.
updatePhoneNumberSettingsRequest - UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePhoneNumberSettingsResponse updatePhoneNumberSettings(Consumer<UpdatePhoneNumberSettingsRequest.Builder> updatePhoneNumberSettingsRequest) throws UnauthorizedClientException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.
This is a convenience which creates an instance of the UpdatePhoneNumberSettingsRequest.Builder avoiding
the need to create one manually via UpdatePhoneNumberSettingsRequest.builder()
updatePhoneNumberSettingsRequest - A Consumer that will call methods on UpdatePhoneNumberSettingsRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProxySessionResponse updateProxySession(UpdateProxySessionRequest updateProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the specified proxy session details, such as voice or SMS capabilities.
updateProxySessionRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProxySessionResponse updateProxySession(Consumer<UpdateProxySessionRequest.Builder> updateProxySessionRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the specified proxy session details, such as voice or SMS capabilities.
This is a convenience which creates an instance of the UpdateProxySessionRequest.Builder avoiding the
need to create one manually via UpdateProxySessionRequest.builder()
updateProxySessionRequest - A Consumer that will call methods on UpdateProxySessionRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipMediaApplicationResponse updateSipMediaApplication(UpdateSipMediaApplicationRequest updateSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details of the specified SIP media application.
updateSipMediaApplicationRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipMediaApplicationResponse updateSipMediaApplication(Consumer<UpdateSipMediaApplicationRequest.Builder> updateSipMediaApplicationRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details of the specified SIP media application.
This is a convenience which creates an instance of the UpdateSipMediaApplicationRequest.Builder avoiding
the need to create one manually via UpdateSipMediaApplicationRequest.builder()
updateSipMediaApplicationRequest - A Consumer that will call methods on UpdateSipMediaApplicationRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipMediaApplicationCallResponse updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest) throws BadRequestException, NotFoundException, ForbiddenException, ResourceLimitExceededException, ThrottledClientException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
updateSipMediaApplicationCallRequest - BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.ResourceLimitExceededException - The request exceeds the resource limit.ThrottledClientException - The number of customer requests exceeds the request rate limit.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipMediaApplicationCallResponse updateSipMediaApplicationCall(Consumer<UpdateSipMediaApplicationCallRequest.Builder> updateSipMediaApplicationCallRequest) throws BadRequestException, NotFoundException, ForbiddenException, ResourceLimitExceededException, ThrottledClientException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.
This is a convenience which creates an instance of the UpdateSipMediaApplicationCallRequest.Builder
avoiding the need to create one manually via UpdateSipMediaApplicationCallRequest.builder()
updateSipMediaApplicationCallRequest - A Consumer that will call methods on UpdateSipMediaApplicationCallRequest.Builder to
create a request.BadRequestException - The input parameters don't match the service's restrictions.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.ResourceLimitExceededException - The request exceeds the resource limit.ThrottledClientException - The number of customer requests exceeds the request rate limit.UnauthorizedClientException - The client isn't authorized to request a resource.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipRuleResponse updateSipRule(UpdateSipRuleRequest updateSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details of the specified SIP rule.
updateSipRuleRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSipRuleResponse updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details of the specified SIP rule.
This is a convenience which creates an instance of the UpdateSipRuleRequest.Builder avoiding the need to
create one manually via UpdateSipRuleRequest.builder()
updateSipRuleRequest - A Consumer that will call methods on UpdateSipRuleRequest.Builder to create a request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ResourceLimitExceededException - The request exceeds the resource limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceConnectorResponse updateVoiceConnector(UpdateVoiceConnectorRequest updateVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details for the specified Amazon Chime SDK Voice Connector.
updateVoiceConnectorRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceConnectorResponse updateVoiceConnector(Consumer<UpdateVoiceConnectorRequest.Builder> updateVoiceConnectorRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the details for the specified Amazon Chime SDK Voice Connector.
This is a convenience which creates an instance of the UpdateVoiceConnectorRequest.Builder avoiding the
need to create one manually via UpdateVoiceConnectorRequest.builder()
updateVoiceConnectorRequest - A Consumer that will call methods on UpdateVoiceConnectorRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceConnectorGroupResponse updateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest updateVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the settings for the specified Amazon Chime SDK Voice Connector group.
updateVoiceConnectorGroupRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceConnectorGroupResponse updateVoiceConnectorGroup(Consumer<UpdateVoiceConnectorGroupRequest.Builder> updateVoiceConnectorGroupRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ConflictException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the settings for the specified Amazon Chime SDK Voice Connector group.
This is a convenience which creates an instance of the UpdateVoiceConnectorGroupRequest.Builder avoiding
the need to create one manually via UpdateVoiceConnectorGroupRequest.builder()
updateVoiceConnectorGroupRequest - A Consumer that will call methods on UpdateVoiceConnectorGroupRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ConflictException - Multiple instances of the same request were made simultaneously.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceProfileResponse updateVoiceProfile(UpdateVoiceProfileRequest updateVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
As a condition of using this feature, you acknowledge that the collection, use, storage, and retention of your caller’s biometric identifiers and biometric information (“biometric data”) in the form of a digital voiceprint requires the caller’s informed consent via a written release. Such consent is required under various state laws, including biometrics laws in Illinois, Texas, Washington and other state privacy laws.
You must provide a written release to each caller through a process that clearly reflects each caller’s informed consent before using Amazon Chime SDK Voice Insights service, as required under the terms of your agreement with AWS governing your use of the service.
updateVoiceProfileRequest - BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceProfileResponse updateVoiceProfile(Consumer<UpdateVoiceProfileRequest.Builder> updateVoiceProfileRequest) throws BadRequestException, UnauthorizedClientException, ForbiddenException, AccessDeniedException, NotFoundException, ConflictException, GoneException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
As a condition of using this feature, you acknowledge that the collection, use, storage, and retention of your caller’s biometric identifiers and biometric information (“biometric data”) in the form of a digital voiceprint requires the caller’s informed consent via a written release. Such consent is required under various state laws, including biometrics laws in Illinois, Texas, Washington and other state privacy laws.
You must provide a written release to each caller through a process that clearly reflects each caller’s informed consent before using Amazon Chime SDK Voice Insights service, as required under the terms of your agreement with AWS governing your use of the service.
This is a convenience which creates an instance of the UpdateVoiceProfileRequest.Builder avoiding the
need to create one manually via UpdateVoiceProfileRequest.builder()
updateVoiceProfileRequest - A Consumer that will call methods on UpdateVoiceProfileRequest.Builder to create a
request.BadRequestException - The input parameters don't match the service's restrictions.UnauthorizedClientException - The client isn't authorized to request a resource.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.NotFoundException - The requested resource couldn't be found.ConflictException - Multiple instances of the same request were made simultaneously.GoneException - Access to the target resource is no longer available at the origin server. This condition is likely to be
permanent.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceProfileDomainResponse updateVoiceProfileDomain(UpdateVoiceProfileDomainRequest updateVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the settings for the specified voice profile domain.
updateVoiceProfileDomainRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateVoiceProfileDomainResponse updateVoiceProfileDomain(Consumer<UpdateVoiceProfileDomainRequest.Builder> updateVoiceProfileDomainRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, AccessDeniedException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Updates the settings for the specified voice profile domain.
This is a convenience which creates an instance of the UpdateVoiceProfileDomainRequest.Builder avoiding
the need to create one manually via UpdateVoiceProfileDomainRequest.builder()
updateVoiceProfileDomainRequest - A Consumer that will call methods on UpdateVoiceProfileDomainRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.AccessDeniedException - You don't have the permissions needed to run this action.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ValidateE911AddressResponse validateE911Address(ValidateE911AddressRequest validateE911AddressRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
validateE911AddressRequest - UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ValidateE911AddressResponse validateE911Address(Consumer<ValidateE911AddressRequest.Builder> validateE911AddressRequest) throws UnauthorizedClientException, NotFoundException, ForbiddenException, BadRequestException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkVoiceException
Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.
This is a convenience which creates an instance of the ValidateE911AddressRequest.Builder avoiding the
need to create one manually via ValidateE911AddressRequest.builder()
validateE911AddressRequest - A Consumer that will call methods on ValidateE911AddressRequest.Builder to create a
request.UnauthorizedClientException - The client isn't authorized to request a resource.NotFoundException - The requested resource couldn't be found.ForbiddenException - The client is permanently forbidden from making the request.BadRequestException - The input parameters don't match the service's restrictions.ThrottledClientException - The number of customer requests exceeds the request rate limit.ServiceUnavailableException - The service is currently unavailable.ServiceFailureException - The service encountered an unexpected error.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.ChimeSdkVoiceException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ChimeSdkVoiceClient create()
ChimeSdkVoiceClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static ChimeSdkVoiceClientBuilder builder()
ChimeSdkVoiceClient.static ServiceMetadata serviceMetadata()
default ChimeSdkVoiceServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.