|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateCaseResult | |
---|---|
com.amazonaws.services.support | Synchronous and asynchronous client classes for accessing AWSSupport. |
com.amazonaws.services.support.model | Classes modeling the various types represented by AWSSupport. |
Uses of CreateCaseResult in com.amazonaws.services.support |
---|
Methods in com.amazonaws.services.support that return CreateCaseResult | |
---|---|
CreateCaseResult |
AWSSupportClient.createCase(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center. |
CreateCaseResult |
AWSSupport.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 | |
---|---|
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center. |
Future<CreateCaseResult> |
AWSSupportAsync.createCaseAsync(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center. |
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
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. |
Method parameters in com.amazonaws.services.support with type arguments of type CreateCaseResult | |
---|---|
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
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. |
Uses of CreateCaseResult in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return CreateCaseResult | |
---|---|
CreateCaseResult |
CreateCaseResult.withCaseId(String caseId)
The AWS Support case ID requested or returned in the call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |