Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListArtifactsResponse
-
Packages that use ListArtifactsResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of ListArtifactsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListArtifactsResponse Modifier and Type Method Description default ListArtifactsResponseDeviceFarmClient. listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)Gets information about artifacts.default ListArtifactsResponseDeviceFarmClient. listArtifacts(ListArtifactsRequest listArtifactsRequest)Gets information about artifacts.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListArtifactsResponse Modifier and Type Method Description default CompletableFuture<ListArtifactsResponse>DeviceFarmAsyncClient. listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)Gets information about artifacts.default CompletableFuture<ListArtifactsResponse>DeviceFarmAsyncClient. listArtifacts(ListArtifactsRequest listArtifactsRequest)Gets information about artifacts. -
Uses of ListArtifactsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListArtifactsResponse Modifier and Type Method Description Iterator<ListArtifactsResponse>ListArtifactsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListArtifactsResponse Modifier and Type Method Description voidListArtifactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListArtifactsResponse> subscriber)
-