| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| 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 to stop.
|
static StopRunRequest.Builder |
StopRunRequest.builder() |
StopRunRequest.Builder |
StopRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopRunRequest.Builder |
StopRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopRunRequest.Builder |
StopRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopRunRequest.Builder> |
StopRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.