Uses of Class
com.amazonaws.services.support.model.CreateCaseRequest
-
Packages that use CreateCaseRequest Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of CreateCaseRequest in com.amazonaws.services.support
Methods in com.amazonaws.services.support with parameters of type CreateCaseRequest Modifier and Type Method Description CreateCaseResultAbstractAWSSupport. createCase(CreateCaseRequest request)CreateCaseResultAWSSupport. createCase(CreateCaseRequest createCaseRequest)Creates a new case in the AWS Support Center.CreateCaseResultAWSSupportClient. createCase(CreateCaseRequest createCaseRequest)Creates a new case in the AWS Support Center.Future<CreateCaseResult>AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request)Future<CreateCaseResult>AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)Future<CreateCaseResult>AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest)Creates a new case in the AWS Support Center.Future<CreateCaseResult>AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)Creates a new case in the AWS Support Center.Future<CreateCaseResult>AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request)Future<CreateCaseResult>AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)Method parameters in com.amazonaws.services.support with type arguments of type CreateCaseRequest Modifier and Type Method Description Future<CreateCaseResult>AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)Future<CreateCaseResult>AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)Creates a new case in the AWS Support Center.Future<CreateCaseResult>AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request, AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler) -
Uses of CreateCaseRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return CreateCaseRequest Modifier and Type Method Description CreateCaseRequestCreateCaseRequest. clone()CreateCaseRequestCreateCaseRequest. withAttachmentSetId(String attachmentSetId)The ID of a set of one or more attachments for the case.CreateCaseRequestCreateCaseRequest. withCategoryCode(String categoryCode)The category of problem for the AWS Support case.CreateCaseRequestCreateCaseRequest. withCcEmailAddresses(String... ccEmailAddresses)A list of email addresses that AWS Support copies on case correspondence.CreateCaseRequestCreateCaseRequest. withCcEmailAddresses(Collection<String> ccEmailAddresses)A list of email addresses that AWS Support copies on case correspondence.CreateCaseRequestCreateCaseRequest. withCommunicationBody(String communicationBody)The communication body text when you create an AWS Support case by calling CreateCase.CreateCaseRequestCreateCaseRequest. withIssueType(String issueType)The type of issue for the case.CreateCaseRequestCreateCaseRequest. withLanguage(String language)The ISO 639-1 code for the language in which AWS provides support.CreateCaseRequestCreateCaseRequest. withServiceCode(String serviceCode)The code for the AWS service returned by the call to DescribeServices.CreateCaseRequestCreateCaseRequest. withSeverityCode(String severityCode)The code for the severity level returned by the call to DescribeSeverityLevels.CreateCaseRequestCreateCaseRequest. withSubject(String subject)The title of the AWS Support case.
-