|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResolveCaseResult | |
---|---|
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 ResolveCaseResult in com.amazonaws.services.support |
---|
Methods in com.amazonaws.services.support that return ResolveCaseResult | |
---|---|
ResolveCaseResult |
AWSSupportClient.resolveCase()
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
ResolveCaseResult |
AWSSupport.resolveCase()
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
ResolveCaseResult |
AWSSupportClient.resolveCase(ResolveCaseRequest resolveCaseRequest)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
ResolveCaseResult |
AWSSupport.resolveCase(ResolveCaseRequest resolveCaseRequest)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Methods in com.amazonaws.services.support that return types with arguments of type ResolveCaseResult | |
---|---|
Future<ResolveCaseResult> |
AWSSupportAsyncClient.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Future<ResolveCaseResult> |
AWSSupportAsync.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Future<ResolveCaseResult> |
AWSSupportAsyncClient.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest,
AsyncHandler<ResolveCaseRequest,ResolveCaseResult> asyncHandler)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Future<ResolveCaseResult> |
AWSSupportAsync.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest,
AsyncHandler<ResolveCaseRequest,ResolveCaseResult> asyncHandler)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Method parameters in com.amazonaws.services.support with type arguments of type ResolveCaseResult | |
---|---|
Future<ResolveCaseResult> |
AWSSupportAsyncClient.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest,
AsyncHandler<ResolveCaseRequest,ResolveCaseResult> asyncHandler)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Future<ResolveCaseResult> |
AWSSupportAsync.resolveCaseAsync(ResolveCaseRequest resolveCaseRequest,
AsyncHandler<ResolveCaseRequest,ResolveCaseResult> asyncHandler)
Takes a CaseId and returns the initial state of the case
along with the state of the case after the call to ResolveCase
completed. |
Uses of ResolveCaseResult in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return ResolveCaseResult | |
---|---|
ResolveCaseResult |
ResolveCaseResult.withFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed. |
ResolveCaseResult |
ResolveCaseResult.withInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |