Uses of Class
software.amazon.awssdk.services.iotwireless.model.CreateDeviceProfileResponse
-
Packages that use CreateDeviceProfileResponse 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 CreateDeviceProfileResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return CreateDeviceProfileResponse Modifier and Type Method Description default CreateDeviceProfileResponseIotWirelessClient. createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)Creates a new device profile.default CreateDeviceProfileResponseIotWirelessClient. createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest)Creates a new device profile.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type CreateDeviceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateDeviceProfileResponse>IotWirelessAsyncClient. createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)Creates a new device profile.default CompletableFuture<CreateDeviceProfileResponse>IotWirelessAsyncClient. createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest)Creates a new device profile.
-