Uses of Interface
software.amazon.awssdk.services.devicefarm.model.UpdateDevicePoolRequest.Builder
-
Packages that use UpdateDevicePoolRequest.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 UpdateDevicePoolRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type UpdateDevicePoolRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDevicePoolResponse>DeviceFarmAsyncClient. updateDevicePool(Consumer<UpdateDevicePoolRequest.Builder> updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.default UpdateDevicePoolResponseDeviceFarmClient. updateDevicePool(Consumer<UpdateDevicePoolRequest.Builder> updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. -
Uses of UpdateDevicePoolRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return UpdateDevicePoolRequest.Builder Modifier and Type Method Description UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Device Farm device pool to update.static UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest. builder()UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. clearMaxDevices(Boolean clearMaxDevices)Sets whether themaxDevicesparameter applies to your device pool.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. description(String description)A description of the device pool to update.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. maxDevices(Integer maxDevices)The number of devices that Device Farm can add to your device pool.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. name(String name)A string that represents the name of the device pool to update.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. rules(Collection<Rule> rules)Represents the rules to modify for the device pool.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. rules(Consumer<Rule.Builder>... rules)Represents the rules to modify for the device pool.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. rules(Rule... rules)Represents the rules to modify for the device pool.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type UpdateDevicePoolRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDevicePoolRequest.Builder>UpdateDevicePoolRequest. serializableBuilderClass()
-