Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestGridSessionArtifactsResponse
-
Packages that use ListTestGridSessionArtifactsResponse 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 ListTestGridSessionArtifactsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestGridSessionArtifactsResponse Modifier and Type Method Description default ListTestGridSessionArtifactsResponseDeviceFarmClient. listTestGridSessionArtifacts(Consumer<ListTestGridSessionArtifactsRequest.Builder> listTestGridSessionArtifactsRequest)Retrieves a list of artifacts created during the session.default ListTestGridSessionArtifactsResponseDeviceFarmClient. listTestGridSessionArtifacts(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest)Retrieves a list of artifacts created during the session.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListTestGridSessionArtifactsResponse Modifier and Type Method Description default CompletableFuture<ListTestGridSessionArtifactsResponse>DeviceFarmAsyncClient. listTestGridSessionArtifacts(Consumer<ListTestGridSessionArtifactsRequest.Builder> listTestGridSessionArtifactsRequest)Retrieves a list of artifacts created during the session.default CompletableFuture<ListTestGridSessionArtifactsResponse>DeviceFarmAsyncClient. listTestGridSessionArtifacts(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest)Retrieves a list of artifacts created during the session. -
Uses of ListTestGridSessionArtifactsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListTestGridSessionArtifactsResponse Modifier and Type Method Description Iterator<ListTestGridSessionArtifactsResponse>ListTestGridSessionArtifactsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListTestGridSessionArtifactsResponse Modifier and Type Method Description voidListTestGridSessionArtifactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestGridSessionArtifactsResponse> subscriber)
-