Package | Description |
---|---|
com.amazonaws.services.support |
|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
DescribeCreateCaseOptionsResult |
AWSSupportClient.describeCreateCaseOptions(DescribeCreateCaseOptionsRequest request)
Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.
|
DescribeCreateCaseOptionsResult |
AWSSupport.describeCreateCaseOptions(DescribeCreateCaseOptionsRequest describeCreateCaseOptionsRequest)
Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.
|
DescribeCreateCaseOptionsResult |
AbstractAWSSupport.describeCreateCaseOptions(DescribeCreateCaseOptionsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeCreateCaseOptionsResult> |
AWSSupportAsyncClient.describeCreateCaseOptionsAsync(DescribeCreateCaseOptionsRequest request,
AsyncHandler<DescribeCreateCaseOptionsRequest,DescribeCreateCaseOptionsResult> asyncHandler) |
Future<DescribeCreateCaseOptionsResult> |
AbstractAWSSupportAsync.describeCreateCaseOptionsAsync(DescribeCreateCaseOptionsRequest request,
AsyncHandler<DescribeCreateCaseOptionsRequest,DescribeCreateCaseOptionsResult> asyncHandler) |
Future<DescribeCreateCaseOptionsResult> |
AWSSupportAsync.describeCreateCaseOptionsAsync(DescribeCreateCaseOptionsRequest describeCreateCaseOptionsRequest,
AsyncHandler<DescribeCreateCaseOptionsRequest,DescribeCreateCaseOptionsResult> asyncHandler)
Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.
|
Modifier and Type | Method and Description |
---|---|
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.clone() |
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.withCommunicationTypes(Collection<CommunicationTypeOptions> communicationTypes)
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.withCommunicationTypes(CommunicationTypeOptions... communicationTypes)
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.withLanguageAvailability(String languageAvailability)
Language availability can be any of the following:
|
Copyright © 2023. All rights reserved.