Uses of Class
software.amazon.awssdk.services.iotwireless.model.DeleteDeviceProfileResponse
-
Packages that use DeleteDeviceProfileResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of DeleteDeviceProfileResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return DeleteDeviceProfileResponse Modifier and Type Method Description default DeleteDeviceProfileResponseIotWirelessClient. deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)Deletes a device profile.default DeleteDeviceProfileResponseIotWirelessClient. deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)Deletes a device profile.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type DeleteDeviceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteDeviceProfileResponse>IotWirelessAsyncClient. deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)Deletes a device profile.default CompletableFuture<DeleteDeviceProfileResponse>IotWirelessAsyncClient. deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)Deletes a device profile.
-