Uses of Class
software.amazon.awssdk.services.devicefarm.model.Artifact
-
Packages that use Artifact Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Artifact in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>ListArtifactsResponse. artifacts()Information about the artifacts.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Artifact Modifier and Type Method Description ListArtifactsResponse.BuilderListArtifactsResponse.Builder. artifacts(Artifact... artifacts)Information about the artifacts.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Artifact Modifier and Type Method Description ListArtifactsResponse.BuilderListArtifactsResponse.Builder. artifacts(Collection<Artifact> artifacts)Information about the artifacts. -
Uses of Artifact in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Artifact Modifier and Type Method Description SdkIterable<Artifact>ListArtifactsIterable. artifacts()Returns an iterable to iterate through the paginatedListArtifactsResponse.artifacts()member.SdkPublisher<Artifact>ListArtifactsPublisher. artifacts()Returns a publisher that can be used to get a stream of data.
-