Uses of Class
software.amazon.awssdk.services.support.model.DescribeCreateCaseOptionsResponse
-
Packages that use DescribeCreateCaseOptionsResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of DescribeCreateCaseOptionsResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return DescribeCreateCaseOptionsResponse Modifier and Type Method Description default DescribeCreateCaseOptionsResponseSupportClient. describeCreateCaseOptions(Consumer<DescribeCreateCaseOptionsRequest.Builder> describeCreateCaseOptionsRequest)Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.default DescribeCreateCaseOptionsResponseSupportClient. describeCreateCaseOptions(DescribeCreateCaseOptionsRequest describeCreateCaseOptionsRequest)Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.Methods in software.amazon.awssdk.services.support that return types with arguments of type DescribeCreateCaseOptionsResponse Modifier and Type Method Description default CompletableFuture<DescribeCreateCaseOptionsResponse>SupportAsyncClient. describeCreateCaseOptions(Consumer<DescribeCreateCaseOptionsRequest.Builder> describeCreateCaseOptionsRequest)Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.default CompletableFuture<DescribeCreateCaseOptionsResponse>SupportAsyncClient. describeCreateCaseOptions(DescribeCreateCaseOptionsRequest describeCreateCaseOptionsRequest)Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability.
-