Uses of Class
com.amazonaws.services.support.model.ResolveCaseRequest

Packages that use ResolveCaseRequest
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 ResolveCaseRequest in com.amazonaws.services.support
 

Methods in com.amazonaws.services.support with parameters of type ResolveCaseRequest
 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.
 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 ResolveCaseRequest
 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 ResolveCaseRequest in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return ResolveCaseRequest
 ResolveCaseRequest ResolveCaseRequest.withCaseId(String caseId)
          The AWS Support case ID requested or returned in the call.
 



Copyright © 2016. All rights reserved.