| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model | |
| software.amazon.awssdk.services.support.paginators | |
| software.amazon.awssdk.services.support.transform |
| Modifier and Type | Method and Description |
|---|---|
List<CaseDetails> |
DescribeCasesResponse.cases()
The details for the cases that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCasesResponse.Builder |
DescribeCasesResponse.Builder.cases(CaseDetails... cases)
The details for the cases that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCasesResponse.Builder |
DescribeCasesResponse.Builder.cases(Collection<CaseDetails> cases)
The details for the cases that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.pagination.async.SdkPublisher<CaseDetails> |
DescribeCasesPublisher.cases()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<CaseDetails> |
DescribeCasesIterable.cases()
Returns an iterable to iterate through the paginated
DescribeCasesResponse.cases() member. |
| Modifier and Type | Method and Description |
|---|---|
CaseDetails |
CaseDetailsUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseDetailsMarshaller.marshall(CaseDetails caseDetails,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.