Uses of Interface
software.amazon.awssdk.services.devicefarm.model.StopRunRequest.Builder
-
Packages that use StopRunRequest.Builder 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 -
-
Uses of StopRunRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type StopRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StopRunResponse>DeviceFarmAsyncClient. stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)Initiates a stop request for the current test run.default StopRunResponseDeviceFarmClient. stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)Initiates a stop request for the current test run. -
Uses of StopRunRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return StopRunRequest.Builder Modifier and Type Method Description StopRunRequest.BuilderStopRunRequest.Builder. arn(String arn)Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.static StopRunRequest.BuilderStopRunRequest. builder()StopRunRequest.BuilderStopRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopRunRequest.BuilderStopRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopRunRequest.BuilderStopRunRequest. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type StopRunRequest.Builder Modifier and Type Method Description static Class<? extends StopRunRequest.Builder>StopRunRequest. serializableBuilderClass()
-