Uses of Class
com.amazonaws.services.support.model.CreateCaseResult
-
Packages that use CreateCaseResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of CreateCaseResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return CreateCaseResult 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.Methods in com.amazonaws.services.support that return types with arguments of type CreateCaseResult Modifier and Type Method Description 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 CreateCaseResult 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 CreateCaseResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return CreateCaseResult Modifier and Type Method Description CreateCaseResultCreateCaseResult. clone()CreateCaseResultCreateCaseResult. withCaseId(String caseId)The AWS Support case ID requested or returned in the call.
-