Interface ConnectCasesAsyncClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.The asynchronous client performs non-blocking I/O when configured with any SdkAsyncHttpClient
supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in
some cases such as credentials retrieval and endpoint discovery as part of the async API call.
With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. A case represents a customer issue. It records the issue, the steps and interactions taken to resolve the issue, and the outcome. For more information, see Amazon Connect Cases in the Amazon Connect Administrator Guide.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionbatchGetCaseRule
(Consumer<BatchGetCaseRuleRequest.Builder> batchGetCaseRuleRequest) Gets a batch of case rules.batchGetCaseRule
(BatchGetCaseRuleRequest batchGetCaseRuleRequest) Gets a batch of case rules.default CompletableFuture
<BatchGetFieldResponse> batchGetField
(Consumer<BatchGetFieldRequest.Builder> batchGetFieldRequest) Returns the description for the list of fields in the request parameters.default CompletableFuture
<BatchGetFieldResponse> batchGetField
(BatchGetFieldRequest batchGetFieldRequest) Returns the description for the list of fields in the request parameters.batchPutFieldOptions
(Consumer<BatchPutFieldOptionsRequest.Builder> batchPutFieldOptionsRequest) Creates and updates a set of field options for a single select field in a Cases domain.batchPutFieldOptions
(BatchPutFieldOptionsRequest batchPutFieldOptionsRequest) Creates and updates a set of field options for a single select field in a Cases domain.builder()
Create a builder that can be used to configure and create aConnectCasesAsyncClient
.static ConnectCasesAsyncClient
create()
Create aConnectCasesAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.default CompletableFuture
<CreateCaseResponse> createCase
(Consumer<CreateCaseRequest.Builder> createCaseRequest) default CompletableFuture
<CreateCaseResponse> createCase
(CreateCaseRequest createCaseRequest) default CompletableFuture
<CreateCaseRuleResponse> createCaseRule
(Consumer<CreateCaseRuleRequest.Builder> createCaseRuleRequest) Creates a new case rule.default CompletableFuture
<CreateCaseRuleResponse> createCaseRule
(CreateCaseRuleRequest createCaseRuleRequest) Creates a new case rule.default CompletableFuture
<CreateDomainResponse> createDomain
(Consumer<CreateDomainRequest.Builder> createDomainRequest) Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts.default CompletableFuture
<CreateDomainResponse> createDomain
(CreateDomainRequest createDomainRequest) Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts.default CompletableFuture
<CreateFieldResponse> createField
(Consumer<CreateFieldRequest.Builder> createFieldRequest) Creates a field in the Cases domain.default CompletableFuture
<CreateFieldResponse> createField
(CreateFieldRequest createFieldRequest) Creates a field in the Cases domain.default CompletableFuture
<CreateLayoutResponse> createLayout
(Consumer<CreateLayoutRequest.Builder> createLayoutRequest) Creates a layout in the Cases domain.default CompletableFuture
<CreateLayoutResponse> createLayout
(CreateLayoutRequest createLayoutRequest) Creates a layout in the Cases domain.createRelatedItem
(Consumer<CreateRelatedItemRequest.Builder> createRelatedItemRequest) Creates a related item (comments, tasks, and contacts) and associates it with a case.createRelatedItem
(CreateRelatedItemRequest createRelatedItemRequest) Creates a related item (comments, tasks, and contacts) and associates it with a case.default CompletableFuture
<CreateTemplateResponse> createTemplate
(Consumer<CreateTemplateRequest.Builder> createTemplateRequest) Creates a template in the Cases domain.default CompletableFuture
<CreateTemplateResponse> createTemplate
(CreateTemplateRequest createTemplateRequest) Creates a template in the Cases domain.default CompletableFuture
<DeleteCaseResponse> deleteCase
(Consumer<DeleteCaseRequest.Builder> deleteCaseRequest) The DeleteCase API permanently deletes a case and all its associated resources from the cases data store.default CompletableFuture
<DeleteCaseResponse> deleteCase
(DeleteCaseRequest deleteCaseRequest) The DeleteCase API permanently deletes a case and all its associated resources from the cases data store.default CompletableFuture
<DeleteCaseRuleResponse> deleteCaseRule
(Consumer<DeleteCaseRuleRequest.Builder> deleteCaseRuleRequest) Deletes a case rule.default CompletableFuture
<DeleteCaseRuleResponse> deleteCaseRule
(DeleteCaseRuleRequest deleteCaseRuleRequest) Deletes a case rule.default CompletableFuture
<DeleteDomainResponse> deleteDomain
(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest) Deletes a Cases domain.default CompletableFuture
<DeleteDomainResponse> deleteDomain
(DeleteDomainRequest deleteDomainRequest) Deletes a Cases domain.default CompletableFuture
<DeleteFieldResponse> deleteField
(Consumer<DeleteFieldRequest.Builder> deleteFieldRequest) Deletes a field from a cases template.default CompletableFuture
<DeleteFieldResponse> deleteField
(DeleteFieldRequest deleteFieldRequest) Deletes a field from a cases template.default CompletableFuture
<DeleteLayoutResponse> deleteLayout
(Consumer<DeleteLayoutRequest.Builder> deleteLayoutRequest) Deletes a layout from a cases template.default CompletableFuture
<DeleteLayoutResponse> deleteLayout
(DeleteLayoutRequest deleteLayoutRequest) Deletes a layout from a cases template.deleteRelatedItem
(Consumer<DeleteRelatedItemRequest.Builder> deleteRelatedItemRequest) Deletes the related item resource under a case.deleteRelatedItem
(DeleteRelatedItemRequest deleteRelatedItemRequest) Deletes the related item resource under a case.default CompletableFuture
<DeleteTemplateResponse> deleteTemplate
(Consumer<DeleteTemplateRequest.Builder> deleteTemplateRequest) Deletes a cases template.default CompletableFuture
<DeleteTemplateResponse> deleteTemplate
(DeleteTemplateRequest deleteTemplateRequest) Deletes a cases template.default CompletableFuture
<GetCaseResponse> getCase
(Consumer<GetCaseRequest.Builder> getCaseRequest) Returns information about a specific case if it exists.default CompletableFuture
<GetCaseResponse> getCase
(GetCaseRequest getCaseRequest) Returns information about a specific case if it exists.getCaseAuditEvents
(Consumer<GetCaseAuditEventsRequest.Builder> getCaseAuditEventsRequest) Returns the audit history about a specific case if it exists.getCaseAuditEvents
(GetCaseAuditEventsRequest getCaseAuditEventsRequest) Returns the audit history about a specific case if it exists.default GetCaseAuditEventsPublisher
getCaseAuditEventsPaginator
(Consumer<GetCaseAuditEventsRequest.Builder> getCaseAuditEventsRequest) This is a variant ofgetCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation.default GetCaseAuditEventsPublisher
getCaseAuditEventsPaginator
(GetCaseAuditEventsRequest getCaseAuditEventsRequest) This is a variant ofgetCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation.getCaseEventConfiguration
(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest) Returns the case event publishing configuration.getCaseEventConfiguration
(GetCaseEventConfigurationRequest getCaseEventConfigurationRequest) Returns the case event publishing configuration.default GetCasePublisher
getCasePaginator
(Consumer<GetCaseRequest.Builder> getCaseRequest) This is a variant ofgetCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation.default GetCasePublisher
getCasePaginator
(GetCaseRequest getCaseRequest) This is a variant ofgetCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation.default CompletableFuture
<GetDomainResponse> getDomain
(Consumer<GetDomainRequest.Builder> getDomainRequest) Returns information about a specific domain if it exists.default CompletableFuture
<GetDomainResponse> getDomain
(GetDomainRequest getDomainRequest) Returns information about a specific domain if it exists.default CompletableFuture
<GetLayoutResponse> getLayout
(Consumer<GetLayoutRequest.Builder> getLayoutRequest) Returns the details for the requested layout.default CompletableFuture
<GetLayoutResponse> getLayout
(GetLayoutRequest getLayoutRequest) Returns the details for the requested layout.default CompletableFuture
<GetTemplateResponse> getTemplate
(Consumer<GetTemplateRequest.Builder> getTemplateRequest) Returns the details for the requested template.default CompletableFuture
<GetTemplateResponse> getTemplate
(GetTemplateRequest getTemplateRequest) Returns the details for the requested template.default CompletableFuture
<ListCaseRulesResponse> listCaseRules
(Consumer<ListCaseRulesRequest.Builder> listCaseRulesRequest) Lists all case rules in a Cases domain.default CompletableFuture
<ListCaseRulesResponse> listCaseRules
(ListCaseRulesRequest listCaseRulesRequest) Lists all case rules in a Cases domain.default ListCaseRulesPublisher
listCaseRulesPaginator
(Consumer<ListCaseRulesRequest.Builder> listCaseRulesRequest) This is a variant oflistCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation.default ListCaseRulesPublisher
listCaseRulesPaginator
(ListCaseRulesRequest listCaseRulesRequest) This is a variant oflistCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation.listCasesForContact
(Consumer<ListCasesForContactRequest.Builder> listCasesForContactRequest) Lists cases for a given contact.listCasesForContact
(ListCasesForContactRequest listCasesForContactRequest) Lists cases for a given contact.default ListCasesForContactPublisher
listCasesForContactPaginator
(Consumer<ListCasesForContactRequest.Builder> listCasesForContactRequest) This is a variant oflistCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation.default ListCasesForContactPublisher
listCasesForContactPaginator
(ListCasesForContactRequest listCasesForContactRequest) This is a variant oflistCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation.default CompletableFuture
<ListDomainsResponse> listDomains
(Consumer<ListDomainsRequest.Builder> listDomainsRequest) Lists all cases domains in the Amazon Web Services account.default CompletableFuture
<ListDomainsResponse> listDomains
(ListDomainsRequest listDomainsRequest) Lists all cases domains in the Amazon Web Services account.default ListDomainsPublisher
listDomainsPaginator
(Consumer<ListDomainsRequest.Builder> listDomainsRequest) This is a variant oflistDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation.default ListDomainsPublisher
listDomainsPaginator
(ListDomainsRequest listDomainsRequest) This is a variant oflistDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation.listFieldOptions
(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest) Lists all of the field options for a field identifier in the domain.listFieldOptions
(ListFieldOptionsRequest listFieldOptionsRequest) Lists all of the field options for a field identifier in the domain.default ListFieldOptionsPublisher
listFieldOptionsPaginator
(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest) This is a variant oflistFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation.default ListFieldOptionsPublisher
listFieldOptionsPaginator
(ListFieldOptionsRequest listFieldOptionsRequest) This is a variant oflistFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation.default CompletableFuture
<ListFieldsResponse> listFields
(Consumer<ListFieldsRequest.Builder> listFieldsRequest) Lists all fields in a Cases domain.default CompletableFuture
<ListFieldsResponse> listFields
(ListFieldsRequest listFieldsRequest) Lists all fields in a Cases domain.default ListFieldsPublisher
listFieldsPaginator
(Consumer<ListFieldsRequest.Builder> listFieldsRequest) This is a variant oflistFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation.default ListFieldsPublisher
listFieldsPaginator
(ListFieldsRequest listFieldsRequest) This is a variant oflistFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation.default CompletableFuture
<ListLayoutsResponse> listLayouts
(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest) Lists all layouts in the given cases domain.default CompletableFuture
<ListLayoutsResponse> listLayouts
(ListLayoutsRequest listLayoutsRequest) Lists all layouts in the given cases domain.default ListLayoutsPublisher
listLayoutsPaginator
(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest) This is a variant oflistLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation.default ListLayoutsPublisher
listLayoutsPaginator
(ListLayoutsRequest listLayoutsRequest) This is a variant oflistLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation.listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for a resource.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists tags for a resource.default CompletableFuture
<ListTemplatesResponse> listTemplates
(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest) Lists all of the templates in a Cases domain.default CompletableFuture
<ListTemplatesResponse> listTemplates
(ListTemplatesRequest listTemplatesRequest) Lists all of the templates in a Cases domain.default ListTemplatesPublisher
listTemplatesPaginator
(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest) This is a variant oflistTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation.default ListTemplatesPublisher
listTemplatesPaginator
(ListTemplatesRequest listTemplatesRequest) This is a variant oflistTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation.putCaseEventConfiguration
(Consumer<PutCaseEventConfigurationRequest.Builder> putCaseEventConfigurationRequest) Adds case event publishing configuration.putCaseEventConfiguration
(PutCaseEventConfigurationRequest putCaseEventConfigurationRequest) Adds case event publishing configuration.default CompletableFuture
<SearchCasesResponse> searchCases
(Consumer<SearchCasesRequest.Builder> searchCasesRequest) Searches for cases within their associated Cases domain.default CompletableFuture
<SearchCasesResponse> searchCases
(SearchCasesRequest searchCasesRequest) Searches for cases within their associated Cases domain.default SearchCasesPublisher
searchCasesPaginator
(Consumer<SearchCasesRequest.Builder> searchCasesRequest) This is a variant ofsearchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation.default SearchCasesPublisher
searchCasesPaginator
(SearchCasesRequest searchCasesRequest) This is a variant ofsearchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation.searchRelatedItems
(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest) Searches for related items that are associated with a case.searchRelatedItems
(SearchRelatedItemsRequest searchRelatedItemsRequest) Searches for related items that are associated with a case.default SearchRelatedItemsPublisher
searchRelatedItemsPaginator
(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest) This is a variant ofsearchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation.default SearchRelatedItemsPublisher
searchRelatedItemsPaginator
(SearchRelatedItemsRequest searchRelatedItemsRequest) This is a variant ofsearchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationdefault CompletableFuture
<TagResourceResponse> tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds tags to a resource.default CompletableFuture
<TagResourceResponse> tagResource
(TagResourceRequest tagResourceRequest) Adds tags to a resource.default CompletableFuture
<UntagResourceResponse> untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Untags a resource.default CompletableFuture
<UntagResourceResponse> untagResource
(UntagResourceRequest untagResourceRequest) Untags a resource.default CompletableFuture
<UpdateCaseResponse> updateCase
(Consumer<UpdateCaseRequest.Builder> updateCaseRequest) default CompletableFuture
<UpdateCaseResponse> updateCase
(UpdateCaseRequest updateCaseRequest) default CompletableFuture
<UpdateCaseRuleResponse> updateCaseRule
(Consumer<UpdateCaseRuleRequest.Builder> updateCaseRuleRequest) Updates a case rule.default CompletableFuture
<UpdateCaseRuleResponse> updateCaseRule
(UpdateCaseRuleRequest updateCaseRuleRequest) Updates a case rule.default CompletableFuture
<UpdateFieldResponse> updateField
(Consumer<UpdateFieldRequest.Builder> updateFieldRequest) Updates the properties of an existing field.default CompletableFuture
<UpdateFieldResponse> updateField
(UpdateFieldRequest updateFieldRequest) Updates the properties of an existing field.default CompletableFuture
<UpdateLayoutResponse> updateLayout
(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest) Updates the attributes of an existing layout.default CompletableFuture
<UpdateLayoutResponse> updateLayout
(UpdateLayoutRequest updateLayoutRequest) Updates the attributes of an existing layout.default CompletableFuture
<UpdateTemplateResponse> updateTemplate
(Consumer<UpdateTemplateRequest.Builder> updateTemplateRequest) Updates the attributes of an existing template.default CompletableFuture
<UpdateTemplateResponse> updateTemplate
(UpdateTemplateRequest updateTemplateRequest) Updates the attributes of an existing template.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
batchGetCaseRule
default CompletableFuture<BatchGetCaseRuleResponse> batchGetCaseRule(BatchGetCaseRuleRequest batchGetCaseRuleRequest) Gets a batch of case rules. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
- Parameters:
batchGetCaseRuleRequest
-- Returns:
- A Java Future containing the result of the BatchGetCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
batchGetCaseRule
default CompletableFuture<BatchGetCaseRuleResponse> batchGetCaseRule(Consumer<BatchGetCaseRuleRequest.Builder> batchGetCaseRuleRequest) Gets a batch of case rules. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
This is a convenience which creates an instance of the
BatchGetCaseRuleRequest.Builder
avoiding the need to create one manually viaBatchGetCaseRuleRequest.builder()
- Parameters:
batchGetCaseRuleRequest
- AConsumer
that will call methods onBatchGetCaseRuleRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the BatchGetCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
batchGetField
default CompletableFuture<BatchGetFieldResponse> batchGetField(BatchGetFieldRequest batchGetFieldRequest) Returns the description for the list of fields in the request parameters.
- Parameters:
batchGetFieldRequest
-- Returns:
- A Java Future containing the result of the BatchGetField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
batchGetField
default CompletableFuture<BatchGetFieldResponse> batchGetField(Consumer<BatchGetFieldRequest.Builder> batchGetFieldRequest) Returns the description for the list of fields in the request parameters.
This is a convenience which creates an instance of the
BatchGetFieldRequest.Builder
avoiding the need to create one manually viaBatchGetFieldRequest.builder()
- Parameters:
batchGetFieldRequest
- AConsumer
that will call methods onBatchGetFieldRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the BatchGetField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
batchPutFieldOptions
default CompletableFuture<BatchPutFieldOptionsResponse> batchPutFieldOptions(BatchPutFieldOptionsRequest batchPutFieldOptionsRequest) Creates and updates a set of field options for a single select field in a Cases domain.
- Parameters:
batchPutFieldOptionsRequest
-- Returns:
- A Java Future containing the result of the BatchPutFieldOptions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
batchPutFieldOptions
default CompletableFuture<BatchPutFieldOptionsResponse> batchPutFieldOptions(Consumer<BatchPutFieldOptionsRequest.Builder> batchPutFieldOptionsRequest) Creates and updates a set of field options for a single select field in a Cases domain.
This is a convenience which creates an instance of the
BatchPutFieldOptionsRequest.Builder
avoiding the need to create one manually viaBatchPutFieldOptionsRequest.builder()
- Parameters:
batchPutFieldOptionsRequest
- AConsumer
that will call methods onBatchPutFieldOptionsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the BatchPutFieldOptions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createCase
If you provide a value for
PerformedBy.UserArn
you must also have connect:DescribeUser permission on the User ARN resource that you provideCreates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.
The following fields are required when creating a case:
-
customer_id
- You must provide the full customer profile ARN in this format:arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID
-
title
- Parameters:
createCaseRequest
-- Returns:
- A Java Future containing the result of the CreateCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createCase
default CompletableFuture<CreateCaseResponse> createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest) If you provide a value for
PerformedBy.UserArn
you must also have connect:DescribeUser permission on the User ARN resource that you provideCreates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.
The following fields are required when creating a case:
-
customer_id
- You must provide the full customer profile ARN in this format:arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID
-
title
This is a convenience which creates an instance of the
CreateCaseRequest.Builder
avoiding the need to create one manually viaCreateCaseRequest.builder()
- Parameters:
createCaseRequest
- AConsumer
that will call methods onCreateCaseRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createCaseRule
default CompletableFuture<CreateCaseRuleResponse> createCaseRule(CreateCaseRuleRequest createCaseRuleRequest) Creates a new case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
- Parameters:
createCaseRuleRequest
-- Returns:
- A Java Future containing the result of the CreateCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createCaseRule
default CompletableFuture<CreateCaseRuleResponse> createCaseRule(Consumer<CreateCaseRuleRequest.Builder> createCaseRuleRequest) Creates a new case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
This is a convenience which creates an instance of the
CreateCaseRuleRequest.Builder
avoiding the need to create one manually viaCreateCaseRuleRequest.builder()
- Parameters:
createCaseRuleRequest
- AConsumer
that will call methods onCreateCaseRuleRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createDomain
default CompletableFuture<CreateDomainResponse> createDomain(CreateDomainRequest createDomainRequest) Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect CreateIntegrationAssociation API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see Onboard to Cases.
- Parameters:
createDomainRequest
-- Returns:
- A Java Future containing the result of the CreateDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createDomain
default CompletableFuture<CreateDomainResponse> createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest) Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect CreateIntegrationAssociation API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see Onboard to Cases.
This is a convenience which creates an instance of the
CreateDomainRequest.Builder
avoiding the need to create one manually viaCreateDomainRequest.builder()
- Parameters:
createDomainRequest
- AConsumer
that will call methods onCreateDomainRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createField
Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
- Parameters:
createFieldRequest
-- Returns:
- A Java Future containing the result of the CreateField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createField
default CompletableFuture<CreateFieldResponse> createField(Consumer<CreateFieldRequest.Builder> createFieldRequest) Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
This is a convenience which creates an instance of the
CreateFieldRequest.Builder
avoiding the need to create one manually viaCreateFieldRequest.builder()
- Parameters:
createFieldRequest
- AConsumer
that will call methods onCreateFieldRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLayout
default CompletableFuture<CreateLayoutResponse> createLayout(CreateLayoutRequest createLayoutRequest) Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:
-
Fields to display to the users
-
Field ordering
Title and Status fields cannot be part of layouts since they are not configurable.
- Parameters:
createLayoutRequest
-- Returns:
- A Java Future containing the result of the CreateLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createLayout
default CompletableFuture<CreateLayoutResponse> createLayout(Consumer<CreateLayoutRequest.Builder> createLayoutRequest) Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:
-
Fields to display to the users
-
Field ordering
Title and Status fields cannot be part of layouts since they are not configurable.
This is a convenience which creates an instance of the
CreateLayoutRequest.Builder
avoiding the need to create one manually viaCreateLayoutRequest.builder()
- Parameters:
createLayoutRequest
- AConsumer
that will call methods onCreateLayoutRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createRelatedItem
default CompletableFuture<CreateRelatedItemResponse> createRelatedItem(CreateRelatedItemRequest createRelatedItemRequest) Creates a related item (comments, tasks, and contacts) and associates it with a case.
-
A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a
contactArn
). All Related Items have their own internal identifier, therelatedItemArn
. Examples of related items includecomments
andcontacts
. -
If you provide a value for
performedBy.userArn
you must also have DescribeUser permission on the ARN of the user that you provide. -
The
type
field is reserved for internal use only.
- Parameters:
createRelatedItemRequest
-- Returns:
- A Java Future containing the result of the CreateRelatedItem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createRelatedItem
default CompletableFuture<CreateRelatedItemResponse> createRelatedItem(Consumer<CreateRelatedItemRequest.Builder> createRelatedItemRequest) Creates a related item (comments, tasks, and contacts) and associates it with a case.
-
A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a
contactArn
). All Related Items have their own internal identifier, therelatedItemArn
. Examples of related items includecomments
andcontacts
. -
If you provide a value for
performedBy.userArn
you must also have DescribeUser permission on the ARN of the user that you provide. -
The
type
field is reserved for internal use only.
This is a convenience which creates an instance of the
CreateRelatedItemRequest.Builder
avoiding the need to create one manually viaCreateRelatedItemRequest.builder()
- Parameters:
createRelatedItemRequest
- AConsumer
that will call methods onCreateRelatedItemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateRelatedItem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
createTemplate
default CompletableFuture<CreateTemplateResponse> createTemplate(CreateTemplateRequest createTemplateRequest) Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.
Other template APIs are:
- Parameters:
createTemplateRequest
-- Returns:
- A Java Future containing the result of the CreateTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createTemplate
default CompletableFuture<CreateTemplateResponse> createTemplate(Consumer<CreateTemplateRequest.Builder> createTemplateRequest) Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.
Other template APIs are:
This is a convenience which creates an instance of the
CreateTemplateRequest.Builder
avoiding the need to create one manually viaCreateTemplateRequest.builder()
- Parameters:
createTemplateRequest
- AConsumer
that will call methods onCreateTemplateRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteCase
The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:
-
Retrieve related items
-
Access audit history
-
Perform any operations that require the CaseID
This action is irreversible. Once you delete a case, you cannot recover its data.
- Parameters:
deleteCaseRequest
-- Returns:
- A Java Future containing the result of the DeleteCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteCase
default CompletableFuture<DeleteCaseResponse> deleteCase(Consumer<DeleteCaseRequest.Builder> deleteCaseRequest) The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:
-
Retrieve related items
-
Access audit history
-
Perform any operations that require the CaseID
This action is irreversible. Once you delete a case, you cannot recover its data.
This is a convenience which creates an instance of the
DeleteCaseRequest.Builder
avoiding the need to create one manually viaDeleteCaseRequest.builder()
- Parameters:
deleteCaseRequest
- AConsumer
that will call methods onDeleteCaseRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteCaseRule
default CompletableFuture<DeleteCaseRuleResponse> deleteCaseRule(DeleteCaseRuleRequest deleteCaseRuleRequest) Deletes a case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
- Parameters:
deleteCaseRuleRequest
-- Returns:
- A Java Future containing the result of the DeleteCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteCaseRule
default CompletableFuture<DeleteCaseRuleResponse> deleteCaseRule(Consumer<DeleteCaseRuleRequest.Builder> deleteCaseRuleRequest) Deletes a case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
This is a convenience which creates an instance of the
DeleteCaseRuleRequest.Builder
avoiding the need to create one manually viaDeleteCaseRuleRequest.builder()
- Parameters:
deleteCaseRuleRequest
- AConsumer
that will call methods onDeleteCaseRuleRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteDomain
default CompletableFuture<DeleteDomainResponse> deleteDomain(DeleteDomainRequest deleteDomainRequest) Deletes a Cases domain.
After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See DeleteIntegrationAssociation.
- Parameters:
deleteDomainRequest
-- Returns:
- A Java Future containing the result of the DeleteDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteDomain
default CompletableFuture<DeleteDomainResponse> deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest) Deletes a Cases domain.
After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See DeleteIntegrationAssociation.
This is a convenience which creates an instance of the
DeleteDomainRequest.Builder
avoiding the need to create one manually viaDeleteDomainRequest.builder()
- Parameters:
deleteDomainRequest
- AConsumer
that will call methods onDeleteDomainRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteField
Deletes a field from a cases template. You can delete up to 100 fields per domain.
After a field is deleted:
-
You can still retrieve the field by calling
BatchGetField
. -
You cannot update a deleted field by calling
UpdateField
; it throws aValidationException
. -
Deleted fields are not included in the
ListFields
response. -
Calling
CreateCase
with a deleted field throws aValidationException
denoting which field IDs in the request have been deleted. -
Calling
GetCase
with a deleted field ID returns the deleted field's value if one exists. -
Calling
UpdateCase
with a deleted field ID throws aValidationException
if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (usingemptyValue: {}
) the field's value from the case. -
GetTemplate
does not return field IDs for deleted fields. -
GetLayout
does not return field IDs for deleted fields. -
Calling
SearchCases
with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. -
Calling
SearchCases
with asearchTerm
value that matches a deleted field's value on a case returns the case in the response. -
Calling
BatchPutFieldOptions
with a deleted field ID throw aValidationException
. -
Calling
GetCaseEventConfiguration
does not return field IDs for deleted fields.
- Parameters:
deleteFieldRequest
-- Returns:
- A Java Future containing the result of the DeleteField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteField
default CompletableFuture<DeleteFieldResponse> deleteField(Consumer<DeleteFieldRequest.Builder> deleteFieldRequest) Deletes a field from a cases template. You can delete up to 100 fields per domain.
After a field is deleted:
-
You can still retrieve the field by calling
BatchGetField
. -
You cannot update a deleted field by calling
UpdateField
; it throws aValidationException
. -
Deleted fields are not included in the
ListFields
response. -
Calling
CreateCase
with a deleted field throws aValidationException
denoting which field IDs in the request have been deleted. -
Calling
GetCase
with a deleted field ID returns the deleted field's value if one exists. -
Calling
UpdateCase
with a deleted field ID throws aValidationException
if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (usingemptyValue: {}
) the field's value from the case. -
GetTemplate
does not return field IDs for deleted fields. -
GetLayout
does not return field IDs for deleted fields. -
Calling
SearchCases
with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria. -
Calling
SearchCases
with asearchTerm
value that matches a deleted field's value on a case returns the case in the response. -
Calling
BatchPutFieldOptions
with a deleted field ID throw aValidationException
. -
Calling
GetCaseEventConfiguration
does not return field IDs for deleted fields.
This is a convenience which creates an instance of the
DeleteFieldRequest.Builder
avoiding the need to create one manually viaDeleteFieldRequest.builder()
- Parameters:
deleteFieldRequest
- AConsumer
that will call methods onDeleteFieldRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteLayout
default CompletableFuture<DeleteLayoutResponse> deleteLayout(DeleteLayoutRequest deleteLayoutRequest) Deletes a layout from a cases template. You can delete up to 100 layouts per domain.
After a layout is deleted:
-
You can still retrieve the layout by calling
GetLayout
. -
You cannot update a deleted layout by calling
UpdateLayout
; it throws aValidationException
. -
Deleted layouts are not included in the
ListLayouts
response.
- Parameters:
deleteLayoutRequest
-- Returns:
- A Java Future containing the result of the DeleteLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteLayout
default CompletableFuture<DeleteLayoutResponse> deleteLayout(Consumer<DeleteLayoutRequest.Builder> deleteLayoutRequest) Deletes a layout from a cases template. You can delete up to 100 layouts per domain.
After a layout is deleted:
-
You can still retrieve the layout by calling
GetLayout
. -
You cannot update a deleted layout by calling
UpdateLayout
; it throws aValidationException
. -
Deleted layouts are not included in the
ListLayouts
response.
This is a convenience which creates an instance of the
DeleteLayoutRequest.Builder
avoiding the need to create one manually viaDeleteLayoutRequest.builder()
- Parameters:
deleteLayoutRequest
- AConsumer
that will call methods onDeleteLayoutRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteRelatedItem
default CompletableFuture<DeleteRelatedItemResponse> deleteRelatedItem(DeleteRelatedItemRequest deleteRelatedItemRequest) Deletes the related item resource under a case.
This API cannot be used on a FILE type related attachment. To delete this type of file, use the DeleteAttachedFile API
- Parameters:
deleteRelatedItemRequest
-- Returns:
- A Java Future containing the result of the DeleteRelatedItem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteRelatedItem
default CompletableFuture<DeleteRelatedItemResponse> deleteRelatedItem(Consumer<DeleteRelatedItemRequest.Builder> deleteRelatedItemRequest) Deletes the related item resource under a case.
This API cannot be used on a FILE type related attachment. To delete this type of file, use the DeleteAttachedFile API
This is a convenience which creates an instance of the
DeleteRelatedItemRequest.Builder
avoiding the need to create one manually viaDeleteRelatedItemRequest.builder()
- Parameters:
deleteRelatedItemRequest
- AConsumer
that will call methods onDeleteRelatedItemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteRelatedItem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteTemplate
default CompletableFuture<DeleteTemplateResponse> deleteTemplate(DeleteTemplateRequest deleteTemplateRequest) Deletes a cases template. You can delete up to 100 templates per domain.
After a cases template is deleted:
-
You can still retrieve the template by calling
GetTemplate
. -
You cannot update the template.
-
You cannot create a case by using the deleted template.
-
Deleted templates are not included in the
ListTemplates
response.
- Parameters:
deleteTemplateRequest
-- Returns:
- A Java Future containing the result of the DeleteTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
deleteTemplate
default CompletableFuture<DeleteTemplateResponse> deleteTemplate(Consumer<DeleteTemplateRequest.Builder> deleteTemplateRequest) Deletes a cases template. You can delete up to 100 templates per domain.
After a cases template is deleted:
-
You can still retrieve the template by calling
GetTemplate
. -
You cannot update the template.
-
You cannot create a case by using the deleted template.
-
Deleted templates are not included in the
ListTemplates
response.
This is a convenience which creates an instance of the
DeleteTemplateRequest.Builder
avoiding the need to create one manually viaDeleteTemplateRequest.builder()
- Parameters:
deleteTemplateRequest
- AConsumer
that will call methods onDeleteTemplateRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DeleteTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
-
getCase
Returns information about a specific case if it exists.
- Parameters:
getCaseRequest
-- Returns:
- A Java Future containing the result of the GetCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCase
Returns information about a specific case if it exists.
This is a convenience which creates an instance of the
GetCaseRequest.Builder
avoiding the need to create one manually viaGetCaseRequest.builder()
- Parameters:
getCaseRequest
- AConsumer
that will call methods onGetCaseRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseAuditEvents
default CompletableFuture<GetCaseAuditEventsResponse> getCaseAuditEvents(GetCaseAuditEventsRequest getCaseAuditEventsRequest) Returns the audit history about a specific case if it exists.
- Parameters:
getCaseAuditEventsRequest
-- Returns:
- A Java Future containing the result of the GetCaseAuditEvents operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseAuditEvents
default CompletableFuture<GetCaseAuditEventsResponse> getCaseAuditEvents(Consumer<GetCaseAuditEventsRequest.Builder> getCaseAuditEventsRequest) Returns the audit history about a specific case if it exists.
This is a convenience which creates an instance of the
GetCaseAuditEventsRequest.Builder
avoiding the need to create one manually viaGetCaseAuditEventsRequest.builder()
- Parameters:
getCaseAuditEventsRequest
- AConsumer
that will call methods onGetCaseAuditEventsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetCaseAuditEvents operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseAuditEventsPaginator
default GetCaseAuditEventsPublisher getCaseAuditEventsPaginator(GetCaseAuditEventsRequest getCaseAuditEventsRequest) This is a variant of
getCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.GetCaseAuditEventsPublisher publisher = client.getCaseAuditEventsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.GetCaseAuditEventsPublisher publisher = client.getCaseAuditEventsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsResponse response) { //... }; });
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
getCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation.- Parameters:
getCaseAuditEventsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseAuditEventsPaginator
default GetCaseAuditEventsPublisher getCaseAuditEventsPaginator(Consumer<GetCaseAuditEventsRequest.Builder> getCaseAuditEventsRequest) This is a variant of
getCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.GetCaseAuditEventsPublisher publisher = client.getCaseAuditEventsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.GetCaseAuditEventsPublisher publisher = client.getCaseAuditEventsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsResponse response) { //... }; });
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
getCaseAuditEvents(software.amazon.awssdk.services.connectcases.model.GetCaseAuditEventsRequest)
operation.
This is a convenience which creates an instance of the
GetCaseAuditEventsRequest.Builder
avoiding the need to create one manually viaGetCaseAuditEventsRequest.builder()
- Parameters:
getCaseAuditEventsRequest
- AConsumer
that will call methods onGetCaseAuditEventsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseEventConfiguration
default CompletableFuture<GetCaseEventConfigurationResponse> getCaseEventConfiguration(GetCaseEventConfigurationRequest getCaseEventConfigurationRequest) Returns the case event publishing configuration.
- Parameters:
getCaseEventConfigurationRequest
-- Returns:
- A Java Future containing the result of the GetCaseEventConfiguration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCaseEventConfiguration
default CompletableFuture<GetCaseEventConfigurationResponse> getCaseEventConfiguration(Consumer<GetCaseEventConfigurationRequest.Builder> getCaseEventConfigurationRequest) Returns the case event publishing configuration.
This is a convenience which creates an instance of the
GetCaseEventConfigurationRequest.Builder
avoiding the need to create one manually viaGetCaseEventConfigurationRequest.builder()
- Parameters:
getCaseEventConfigurationRequest
- AConsumer
that will call methods onGetCaseEventConfigurationRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetCaseEventConfiguration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCasePaginator
This is a variant of
getCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.GetCasePublisher publisher = client.getCasePaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.GetCasePublisher publisher = client.getCasePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.GetCaseResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.GetCaseResponse response) { //... }; });
Please notice that the configuration of null 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
getCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation.- Parameters:
getCaseRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getCasePaginator
This is a variant of
getCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.GetCasePublisher publisher = client.getCasePaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.GetCasePublisher publisher = client.getCasePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.GetCaseResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.GetCaseResponse response) { //... }; });
Please notice that the configuration of null 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
getCase(software.amazon.awssdk.services.connectcases.model.GetCaseRequest)
operation.
This is a convenience which creates an instance of the
GetCaseRequest.Builder
avoiding the need to create one manually viaGetCaseRequest.builder()
- Parameters:
getCaseRequest
- AConsumer
that will call methods onGetCaseRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getDomain
Returns information about a specific domain if it exists.
- Parameters:
getDomainRequest
-- Returns:
- A Java Future containing the result of the GetDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getDomain
default CompletableFuture<GetDomainResponse> getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest) Returns information about a specific domain if it exists.
This is a convenience which creates an instance of the
GetDomainRequest.Builder
avoiding the need to create one manually viaGetDomainRequest.builder()
- Parameters:
getDomainRequest
- AConsumer
that will call methods onGetDomainRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetDomain operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getLayout
Returns the details for the requested layout.
- Parameters:
getLayoutRequest
-- Returns:
- A Java Future containing the result of the GetLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getLayout
default CompletableFuture<GetLayoutResponse> getLayout(Consumer<GetLayoutRequest.Builder> getLayoutRequest) Returns the details for the requested layout.
This is a convenience which creates an instance of the
GetLayoutRequest.Builder
avoiding the need to create one manually viaGetLayoutRequest.builder()
- Parameters:
getLayoutRequest
- AConsumer
that will call methods onGetLayoutRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getTemplate
Returns the details for the requested template. Other template APIs are:
- Parameters:
getTemplateRequest
-- Returns:
- A Java Future containing the result of the GetTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
getTemplate
default CompletableFuture<GetTemplateResponse> getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest) Returns the details for the requested template. Other template APIs are:
This is a convenience which creates an instance of the
GetTemplateRequest.Builder
avoiding the need to create one manually viaGetTemplateRequest.builder()
- Parameters:
getTemplateRequest
- AConsumer
that will call methods onGetTemplateRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GetTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCaseRules
default CompletableFuture<ListCaseRulesResponse> listCaseRules(ListCaseRulesRequest listCaseRulesRequest) Lists all case rules in a Cases domain. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
- Parameters:
listCaseRulesRequest
-- Returns:
- A Java Future containing the result of the ListCaseRules operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCaseRules
default CompletableFuture<ListCaseRulesResponse> listCaseRules(Consumer<ListCaseRulesRequest.Builder> listCaseRulesRequest) Lists all case rules in a Cases domain. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
This is a convenience which creates an instance of the
ListCaseRulesRequest.Builder
avoiding the need to create one manually viaListCaseRulesRequest.builder()
- Parameters:
listCaseRulesRequest
- AConsumer
that will call methods onListCaseRulesRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListCaseRules operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCaseRulesPaginator
This is a variant of
listCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListCaseRulesPublisher publisher = client.listCaseRulesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListCaseRulesPublisher publisher = client.listCaseRulesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListCaseRulesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListCaseRulesResponse response) { //... }; });
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
listCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation.- Parameters:
listCaseRulesRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCaseRulesPaginator
default ListCaseRulesPublisher listCaseRulesPaginator(Consumer<ListCaseRulesRequest.Builder> listCaseRulesRequest) This is a variant of
listCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListCaseRulesPublisher publisher = client.listCaseRulesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListCaseRulesPublisher publisher = client.listCaseRulesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListCaseRulesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListCaseRulesResponse response) { //... }; });
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
listCaseRules(software.amazon.awssdk.services.connectcases.model.ListCaseRulesRequest)
operation.
This is a convenience which creates an instance of the
ListCaseRulesRequest.Builder
avoiding the need to create one manually viaListCaseRulesRequest.builder()
- Parameters:
listCaseRulesRequest
- AConsumer
that will call methods onListCaseRulesRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCasesForContact
default CompletableFuture<ListCasesForContactResponse> listCasesForContact(ListCasesForContactRequest listCasesForContactRequest) Lists cases for a given contact.
- Parameters:
listCasesForContactRequest
-- Returns:
- A Java Future containing the result of the ListCasesForContact operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCasesForContact
default CompletableFuture<ListCasesForContactResponse> listCasesForContact(Consumer<ListCasesForContactRequest.Builder> listCasesForContactRequest) Lists cases for a given contact.
This is a convenience which creates an instance of the
ListCasesForContactRequest.Builder
avoiding the need to create one manually viaListCasesForContactRequest.builder()
- Parameters:
listCasesForContactRequest
- AConsumer
that will call methods onListCasesForContactRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListCasesForContact operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCasesForContactPaginator
default ListCasesForContactPublisher listCasesForContactPaginator(ListCasesForContactRequest listCasesForContactRequest) This is a variant of
listCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListCasesForContactPublisher publisher = client.listCasesForContactPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListCasesForContactPublisher publisher = client.listCasesForContactPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListCasesForContactResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListCasesForContactResponse response) { //... }; });
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
listCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation.- Parameters:
listCasesForContactRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listCasesForContactPaginator
default ListCasesForContactPublisher listCasesForContactPaginator(Consumer<ListCasesForContactRequest.Builder> listCasesForContactRequest) This is a variant of
listCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListCasesForContactPublisher publisher = client.listCasesForContactPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListCasesForContactPublisher publisher = client.listCasesForContactPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListCasesForContactResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListCasesForContactResponse response) { //... }; });
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
listCasesForContact(software.amazon.awssdk.services.connectcases.model.ListCasesForContactRequest)
operation.
This is a convenience which creates an instance of the
ListCasesForContactRequest.Builder
avoiding the need to create one manually viaListCasesForContactRequest.builder()
- Parameters:
listCasesForContactRequest
- AConsumer
that will call methods onListCasesForContactRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDomains
Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.
- Parameters:
listDomainsRequest
-- Returns:
- A Java Future containing the result of the ListDomains operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDomains
default CompletableFuture<ListDomainsResponse> listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest) Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.
This is a convenience which creates an instance of the
ListDomainsRequest.Builder
avoiding the need to create one manually viaListDomainsRequest.builder()
- Parameters:
listDomainsRequest
- AConsumer
that will call methods onListDomainsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListDomains operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDomainsPaginator
This is a variant of
listDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListDomainsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListDomainsResponse response) { //... }; });
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
listDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation.- Parameters:
listDomainsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDomainsPaginator
default ListDomainsPublisher listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest) This is a variant of
listDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListDomainsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListDomainsResponse response) { //... }; });
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
listDomains(software.amazon.awssdk.services.connectcases.model.ListDomainsRequest)
operation.
This is a convenience which creates an instance of the
ListDomainsRequest.Builder
avoiding the need to create one manually viaListDomainsRequest.builder()
- Parameters:
listDomainsRequest
- AConsumer
that will call methods onListDomainsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldOptions
default CompletableFuture<ListFieldOptionsResponse> listFieldOptions(ListFieldOptionsRequest listFieldOptionsRequest) Lists all of the field options for a field identifier in the domain.
- Parameters:
listFieldOptionsRequest
-- Returns:
- A Java Future containing the result of the ListFieldOptions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldOptions
default CompletableFuture<ListFieldOptionsResponse> listFieldOptions(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest) Lists all of the field options for a field identifier in the domain.
This is a convenience which creates an instance of the
ListFieldOptionsRequest.Builder
avoiding the need to create one manually viaListFieldOptionsRequest.builder()
- Parameters:
listFieldOptionsRequest
- AConsumer
that will call methods onListFieldOptionsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListFieldOptions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldOptionsPaginator
default ListFieldOptionsPublisher listFieldOptionsPaginator(ListFieldOptionsRequest listFieldOptionsRequest) This is a variant of
listFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListFieldOptionsPublisher publisher = client.listFieldOptionsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListFieldOptionsPublisher publisher = client.listFieldOptionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListFieldOptionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsResponse response) { //... }; });
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
listFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation.- Parameters:
listFieldOptionsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldOptionsPaginator
default ListFieldOptionsPublisher listFieldOptionsPaginator(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest) This is a variant of
listFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListFieldOptionsPublisher publisher = client.listFieldOptionsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListFieldOptionsPublisher publisher = client.listFieldOptionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListFieldOptionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsResponse response) { //... }; });
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
listFieldOptions(software.amazon.awssdk.services.connectcases.model.ListFieldOptionsRequest)
operation.
This is a convenience which creates an instance of the
ListFieldOptionsRequest.Builder
avoiding the need to create one manually viaListFieldOptionsRequest.builder()
- Parameters:
listFieldOptionsRequest
- AConsumer
that will call methods onListFieldOptionsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFields
Lists all fields in a Cases domain.
- Parameters:
listFieldsRequest
-- Returns:
- A Java Future containing the result of the ListFields operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFields
default CompletableFuture<ListFieldsResponse> listFields(Consumer<ListFieldsRequest.Builder> listFieldsRequest) Lists all fields in a Cases domain.
This is a convenience which creates an instance of the
ListFieldsRequest.Builder
avoiding the need to create one manually viaListFieldsRequest.builder()
- Parameters:
listFieldsRequest
- AConsumer
that will call methods onListFieldsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListFields operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldsPaginator
This is a variant of
listFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListFieldsPublisher publisher = client.listFieldsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListFieldsPublisher publisher = client.listFieldsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListFieldsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListFieldsResponse response) { //... }; });
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
listFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation.- Parameters:
listFieldsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listFieldsPaginator
default ListFieldsPublisher listFieldsPaginator(Consumer<ListFieldsRequest.Builder> listFieldsRequest) This is a variant of
listFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListFieldsPublisher publisher = client.listFieldsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListFieldsPublisher publisher = client.listFieldsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListFieldsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListFieldsResponse response) { //... }; });
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
listFields(software.amazon.awssdk.services.connectcases.model.ListFieldsRequest)
operation.
This is a convenience which creates an instance of the
ListFieldsRequest.Builder
avoiding the need to create one manually viaListFieldsRequest.builder()
- Parameters:
listFieldsRequest
- AConsumer
that will call methods onListFieldsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLayouts
Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.
- Parameters:
listLayoutsRequest
-- Returns:
- A Java Future containing the result of the ListLayouts operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLayouts
default CompletableFuture<ListLayoutsResponse> listLayouts(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest) Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.
This is a convenience which creates an instance of the
ListLayoutsRequest.Builder
avoiding the need to create one manually viaListLayoutsRequest.builder()
- Parameters:
listLayoutsRequest
- AConsumer
that will call methods onListLayoutsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListLayouts operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLayoutsPaginator
This is a variant of
listLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListLayoutsPublisher publisher = client.listLayoutsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListLayoutsPublisher publisher = client.listLayoutsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListLayoutsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListLayoutsResponse response) { //... }; });
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
listLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation.- Parameters:
listLayoutsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLayoutsPaginator
default ListLayoutsPublisher listLayoutsPaginator(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest) This is a variant of
listLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListLayoutsPublisher publisher = client.listLayoutsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListLayoutsPublisher publisher = client.listLayoutsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListLayoutsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListLayoutsResponse response) { //... }; });
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
listLayouts(software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest)
operation.
This is a convenience which creates an instance of the
ListLayoutsRequest.Builder
avoiding the need to create one manually viaListLayoutsRequest.builder()
- Parameters:
listLayoutsRequest
- AConsumer
that will call methods onListLayoutsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists tags for a resource.
- Parameters:
listTagsForResourceRequest
-- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for a resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTemplates
default CompletableFuture<ListTemplatesResponse> listTemplates(ListTemplatesRequest listTemplatesRequest) Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template.
Other template APIs are:
- Parameters:
listTemplatesRequest
-- Returns:
- A Java Future containing the result of the ListTemplates operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTemplates
default CompletableFuture<ListTemplatesResponse> listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest) Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template.
Other template APIs are:
This is a convenience which creates an instance of the
ListTemplatesRequest.Builder
avoiding the need to create one manually viaListTemplatesRequest.builder()
- Parameters:
listTemplatesRequest
- AConsumer
that will call methods onListTemplatesRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListTemplates operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTemplatesPaginator
This is a variant of
listTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListTemplatesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListTemplatesResponse response) { //... }; });
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
listTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation.- Parameters:
listTemplatesRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTemplatesPaginator
default ListTemplatesPublisher listTemplatesPaginator(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest) This is a variant of
listTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.ListTemplatesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.ListTemplatesResponse response) { //... }; });
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
listTemplates(software.amazon.awssdk.services.connectcases.model.ListTemplatesRequest)
operation.
This is a convenience which creates an instance of the
ListTemplatesRequest.Builder
avoiding the need to create one manually viaListTemplatesRequest.builder()
- Parameters:
listTemplatesRequest
- AConsumer
that will call methods onListTemplatesRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
putCaseEventConfiguration
default CompletableFuture<PutCaseEventConfigurationResponse> putCaseEventConfiguration(PutCaseEventConfigurationRequest putCaseEventConfigurationRequest) Adds case event publishing configuration. For a complete list of fields you can add to the event message, see Create case fields in the Amazon Connect Administrator Guide
- Parameters:
putCaseEventConfigurationRequest
-- Returns:
- A Java Future containing the result of the PutCaseEventConfiguration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
putCaseEventConfiguration
default CompletableFuture<PutCaseEventConfigurationResponse> putCaseEventConfiguration(Consumer<PutCaseEventConfigurationRequest.Builder> putCaseEventConfigurationRequest) Adds case event publishing configuration. For a complete list of fields you can add to the event message, see Create case fields in the Amazon Connect Administrator Guide
This is a convenience which creates an instance of the
PutCaseEventConfigurationRequest.Builder
avoiding the need to create one manually viaPutCaseEventConfigurationRequest.builder()
- Parameters:
putCaseEventConfigurationRequest
- AConsumer
that will call methods onPutCaseEventConfigurationRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the PutCaseEventConfiguration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchCases
Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.
For
customer_id
you must provide the full customer profile ARN in this format:arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID
.- Parameters:
searchCasesRequest
-- Returns:
- A Java Future containing the result of the SearchCases operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchCases
default CompletableFuture<SearchCasesResponse> searchCases(Consumer<SearchCasesRequest.Builder> searchCasesRequest) Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.
For
customer_id
you must provide the full customer profile ARN in this format:arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID
.
This is a convenience which creates an instance of the
SearchCasesRequest.Builder
avoiding the need to create one manually viaSearchCasesRequest.builder()
- Parameters:
searchCasesRequest
- AConsumer
that will call methods onSearchCasesRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the SearchCases operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchCasesPaginator
This is a variant of
searchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.SearchCasesPublisher publisher = client.searchCasesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.SearchCasesPublisher publisher = client.searchCasesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.SearchCasesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.SearchCasesResponse response) { //... }; });
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
searchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation.- Parameters:
searchCasesRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchCasesPaginator
default SearchCasesPublisher searchCasesPaginator(Consumer<SearchCasesRequest.Builder> searchCasesRequest) This is a variant of
searchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.SearchCasesPublisher publisher = client.searchCasesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.SearchCasesPublisher publisher = client.searchCasesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.SearchCasesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.SearchCasesResponse response) { //... }; });
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
searchCases(software.amazon.awssdk.services.connectcases.model.SearchCasesRequest)
operation.
This is a convenience which creates an instance of the
SearchCasesRequest.Builder
avoiding the need to create one manually viaSearchCasesRequest.builder()
- Parameters:
searchCasesRequest
- AConsumer
that will call methods onSearchCasesRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchRelatedItems
default CompletableFuture<SearchRelatedItemsResponse> searchRelatedItems(SearchRelatedItemsRequest searchRelatedItemsRequest) Searches for related items that are associated with a case.
If no filters are provided, this returns all related items associated with a case.
- Parameters:
searchRelatedItemsRequest
-- Returns:
- A Java Future containing the result of the SearchRelatedItems operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchRelatedItems
default CompletableFuture<SearchRelatedItemsResponse> searchRelatedItems(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest) Searches for related items that are associated with a case.
If no filters are provided, this returns all related items associated with a case.
This is a convenience which creates an instance of the
SearchRelatedItemsRequest.Builder
avoiding the need to create one manually viaSearchRelatedItemsRequest.builder()
- Parameters:
searchRelatedItemsRequest
- AConsumer
that will call methods onSearchRelatedItemsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the SearchRelatedItems operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchRelatedItemsPaginator
default SearchRelatedItemsPublisher searchRelatedItemsPaginator(SearchRelatedItemsRequest searchRelatedItemsRequest) This is a variant of
searchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.SearchRelatedItemsPublisher publisher = client.searchRelatedItemsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.SearchRelatedItemsPublisher publisher = client.searchRelatedItemsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsResponse response) { //... }; });
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
searchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation.- Parameters:
searchRelatedItemsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
searchRelatedItemsPaginator
default SearchRelatedItemsPublisher searchRelatedItemsPaginator(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest) This is a variant of
searchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.connectcases.paginators.SearchRelatedItemsPublisher publisher = client.searchRelatedItemsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.connectcases.paginators.SearchRelatedItemsPublisher publisher = client.searchRelatedItemsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsResponse response) { //... }; });
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
searchRelatedItems(software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsRequest)
operation.
This is a convenience which creates an instance of the
SearchRelatedItemsRequest.Builder
avoiding the need to create one manually viaSearchRelatedItemsRequest.builder()
- Parameters:
searchRelatedItemsRequest
- AConsumer
that will call methods onSearchRelatedItemsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
Adds tags to a resource.
- Parameters:
tagResourceRequest
-- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds tags to a resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Untags a resource.
- Parameters:
untagResourceRequest
-- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Untags a resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateCase
If you provide a value for
PerformedBy.UserArn
you must also have connect:DescribeUser permission on the User ARN resource that you provideUpdates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the
CreateCase
input .If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
- Parameters:
updateCaseRequest
-- Returns:
- A Java Future containing the result of the UpdateCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateCase
default CompletableFuture<UpdateCaseResponse> updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest) If you provide a value for
PerformedBy.UserArn
you must also have connect:DescribeUser permission on the User ARN resource that you provideUpdates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the
CreateCase
input .If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
This is a convenience which creates an instance of the
UpdateCaseRequest.Builder
avoiding the need to create one manually viaUpdateCaseRequest.builder()
- Parameters:
updateCaseRequest
- AConsumer
that will call methods onUpdateCaseRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateCase operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateCaseRule
default CompletableFuture<UpdateCaseRuleResponse> updateCaseRule(UpdateCaseRuleRequest updateCaseRuleRequest) Updates a case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
- Parameters:
updateCaseRuleRequest
-- Returns:
- A Java Future containing the result of the UpdateCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateCaseRule
default CompletableFuture<UpdateCaseRuleResponse> updateCaseRule(Consumer<UpdateCaseRuleRequest.Builder> updateCaseRuleRequest) Updates a case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
This is a convenience which creates an instance of the
UpdateCaseRuleRequest.Builder
avoiding the need to create one manually viaUpdateCaseRuleRequest.builder()
- Parameters:
updateCaseRuleRequest
- AConsumer
that will call methods onUpdateCaseRuleRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateCaseRule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateField
Updates the properties of an existing field.
- Parameters:
updateFieldRequest
-- Returns:
- A Java Future containing the result of the UpdateField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateField
default CompletableFuture<UpdateFieldResponse> updateField(Consumer<UpdateFieldRequest.Builder> updateFieldRequest) Updates the properties of an existing field.
This is a convenience which creates an instance of the
UpdateFieldRequest.Builder
avoiding the need to create one manually viaUpdateFieldRequest.builder()
- Parameters:
updateFieldRequest
- AConsumer
that will call methods onUpdateFieldRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateField operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLayout
default CompletableFuture<UpdateLayoutResponse> updateLayout(UpdateLayoutRequest updateLayoutRequest) Updates the attributes of an existing layout.
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
A
ValidationException
is returned when you add non-existentfieldIds
to a layout.Title and Status fields cannot be part of layouts because they are not configurable.
- Parameters:
updateLayoutRequest
-- Returns:
- A Java Future containing the result of the UpdateLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLayout
default CompletableFuture<UpdateLayoutResponse> updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest) Updates the attributes of an existing layout.
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
A
ValidationException
is returned when you add non-existentfieldIds
to a layout.Title and Status fields cannot be part of layouts because they are not configurable.
This is a convenience which creates an instance of the
UpdateLayoutRequest.Builder
avoiding the need to create one manually viaUpdateLayoutRequest.builder()
- Parameters:
updateLayoutRequest
- AConsumer
that will call methods onUpdateLayoutRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLayout operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- ServiceQuotaExceededException The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTemplate
default CompletableFuture<UpdateTemplateResponse> updateTemplate(UpdateTemplateRequest updateTemplateRequest) Updates the attributes of an existing template. The template attributes that can be modified include
name
,description
,layoutConfiguration
,requiredFields
, andstatus
. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.Other template APIs are:
- Parameters:
updateTemplateRequest
-- Returns:
- A Java Future containing the result of the UpdateTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTemplate
default CompletableFuture<UpdateTemplateResponse> updateTemplate(Consumer<UpdateTemplateRequest.Builder> updateTemplateRequest) Updates the attributes of an existing template. The template attributes that can be modified include
name
,description
,layoutConfiguration
,requiredFields
, andstatus
. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.Other template APIs are:
This is a convenience which creates an instance of the
UpdateTemplateRequest.Builder
avoiding the need to create one manually viaUpdateTemplateRequest.builder()
- Parameters:
updateTemplateRequest
- AConsumer
that will call methods onUpdateTemplateRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()
to retrieve the underlying exception.- InternalServerException We couldn't process your request because of an issue with the server. Try again later.
- ResourceNotFoundException We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
- ValidationException The request isn't valid. Check the syntax and try again.
- ThrottlingException The rate has been exceeded for this API. Please try again after a few minutes.
- AccessDeniedException You do not have sufficient access to perform this action.
- ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
- 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.
- ConnectCasesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-
create
Create aConnectCasesAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aConnectCasesAsyncClient
.
-