| 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 StopRunResponse |
DeviceFarmClient.stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)
Initiates a stop request for the current test run.
|
default CompletableFuture<StopRunResponse> |
DeviceFarmAsyncClient.stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)
Initiates a stop request for the current test run.
|
| Modifier and Type | Method and Description |
|---|---|
StopRunRequest.Builder |
StopRunRequest.Builder.arn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
|
static StopRunRequest.Builder |
StopRunRequest.builder() |
StopRunRequest.Builder |
StopRunRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
StopRunRequest.Builder |
StopRunRequest.Builder.requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
StopRunRequest.Builder |
StopRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopRunRequest.Builder> |
StopRunRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.