| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDeviceProfileResponse> |
IotWirelessAsyncClient.createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)
Creates a new device profile.
|
default CreateDeviceProfileResponse |
IotWirelessClient.createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)
Creates a new device profile.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.builder() |
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.clientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
default CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.loRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)
The device profile information to use to create the device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.loRaWAN(LoRaWANDeviceProfile loRaWAN)
The device profile information to use to create the device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.name(String name)
The name of the new resource.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.sidewalk(Consumer<SidewalkCreateDeviceProfile.Builder> sidewalk)
The Sidewalk-related information for creating the Sidewalk device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.sidewalk(SidewalkCreateDeviceProfile sidewalk)
The Sidewalk-related information for creating the Sidewalk device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the new device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to attach to the new device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.tags(Tag... tags)
The tags to attach to the new device profile.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeviceProfileRequest.Builder> |
CreateDeviceProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.