Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeleteDevicePoolRequest
-
Packages that use DeleteDevicePoolRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.transform -
-
Uses of DeleteDevicePoolRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type DeleteDevicePoolRequest Modifier and Type Method Description default CompletableFuture<DeleteDevicePoolResponse>DeviceFarmAsyncClient. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)Deletes a device pool given the pool ARN.default DeleteDevicePoolResponseDeviceFarmClient. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)Deletes a device pool given the pool ARN. -
Uses of DeleteDevicePoolRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type DeleteDevicePoolRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDevicePoolRequestMarshaller. marshall(DeleteDevicePoolRequest deleteDevicePoolRequest)
-