| Package | Description |
|---|---|
| software.amazon.awssdk.services.support |
|
| Modifier and Type | Method and Description |
|---|---|
default ResolveCaseResponse |
SupportClient.resolveCase(Consumer<ResolveCaseRequest.Builder> 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. |
default ResolveCaseResponse |
SupportClient.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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResolveCaseResponse> |
SupportAsyncClient.resolveCase(Consumer<ResolveCaseRequest.Builder> 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. |
default CompletableFuture<ResolveCaseResponse> |
SupportAsyncClient.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. |
Copyright © 2018. All rights reserved.