| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
ListArtifactsResponse.artifacts()
Information about the artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResponse.Builder |
ListArtifactsResponse.Builder.artifacts(Artifact... artifacts)
Information about the artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResponse.Builder |
ListArtifactsResponse.Builder.artifacts(Collection<Artifact> artifacts)
Information about the artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Artifact> |
ListArtifactsIterable.artifacts()
Returns an iterable to iterate through the paginated
ListArtifactsResponse.artifacts() member. |
SdkPublisher<Artifact> |
ListArtifactsPublisher.artifacts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.