Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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)
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. |
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. |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
Modifier and Type | Method and Description |
---|---|
ResolveCaseRequest |
ResolveCaseRequest.withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
Copyright © 2014. All rights reserved.