| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionResult,List<UniqueProblem>> |
ListUniqueProblemsResponse.uniqueProblems()
Information about the unique problems.
|
Map<String,List<UniqueProblem>> |
ListUniqueProblemsResponse.uniqueProblemsAsStrings()
Information about the unique problems.
|
| Modifier and Type | Method and Description |
|---|---|
ListUniqueProblemsResponse.Builder |
ListUniqueProblemsResponse.Builder.uniqueProblems(Map<String,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.pagination.async.SdkPublisher<Map.Entry<String,List<UniqueProblem>>> |
ListUniqueProblemsPublisher.uniqueProblemsAsStrings()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<Map.Entry<String,List<UniqueProblem>>> |
ListUniqueProblemsIterable.uniqueProblemsAsStrings()
Returns an iterable to iterate through the paginated
ListUniqueProblemsResponse.uniqueProblemsAsStrings()
member. |
| Modifier and Type | Method and Description |
|---|---|
UniqueProblem |
UniqueProblemUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
UniqueProblemMarshaller.marshall(UniqueProblem uniqueProblem,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.