| Modifier and Type | Method and Description |
|---|---|
List<Evaluation> |
DescribeEvaluationsResponse.results()
A list of
Evaluation that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEvaluationsResponse.Builder |
DescribeEvaluationsResponse.Builder.results(Evaluation... results)
A list of
Evaluation that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEvaluationsResponse.Builder |
DescribeEvaluationsResponse.Builder.results(Collection<Evaluation> results)
A list of
Evaluation that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.pagination.SdkIterable<Evaluation> |
DescribeEvaluationsIterable.results()
Returns an iterable to iterate through the paginated
DescribeEvaluationsResponse.results() member. |
software.amazon.awssdk.core.pagination.async.SdkPublisher<Evaluation> |
DescribeEvaluationsPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
EvaluationUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationMarshaller.marshall(Evaluation evaluation,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.