| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default StopJobResponse |
DeviceFarmClient.stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)
Initiates a stop request for the current job.
|
default CompletableFuture<StopJobResponse> |
DeviceFarmAsyncClient.stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)
Initiates a stop request for the current job.
|
| Modifier and Type | Method and Description |
|---|---|
StopJobRequest.Builder |
StopJobRequest.Builder.arn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm job you wish to stop.
|
static StopJobRequest.Builder |
StopJobRequest.builder() |
StopJobRequest.Builder |
StopJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopJobRequest.Builder |
StopJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopJobRequest.Builder |
StopJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopJobRequest.Builder> |
StopJobRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.