| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
ProblemDetail |
Problem.job()
Information about the associated job.
|
ProblemDetail |
Problem.run()
Information about the associated run.
|
ProblemDetail |
Problem.suite()
Information about the associated suite.
|
ProblemDetail |
Problem.test()
Information about the associated test.
|
| Modifier and Type | Method and Description |
|---|---|
Problem.Builder |
Problem.Builder.job(ProblemDetail job)
Information about the associated job.
|
Problem.Builder |
Problem.Builder.run(ProblemDetail run)
Information about the associated run.
|
Problem.Builder |
Problem.Builder.suite(ProblemDetail suite)
Information about the associated suite.
|
Problem.Builder |
Problem.Builder.test(ProblemDetail test)
Information about the associated test.
|
| Modifier and Type | Method and Description |
|---|---|
ProblemDetail |
ProblemDetailUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemDetailMarshaller.marshall(ProblemDetail problemDetail,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.