| 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<GetDeviceProfileResponse> |
IotWirelessAsyncClient.getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)
Gets information about a device profile.
|
default GetDeviceProfileResponse |
IotWirelessClient.getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)
Gets information about a device profile.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeviceProfileRequest.Builder |
GetDeviceProfileRequest.builder() |
GetDeviceProfileRequest.Builder |
GetDeviceProfileRequest.Builder.id(String id)
The ID of the resource to get.
|
GetDeviceProfileRequest.Builder |
GetDeviceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeviceProfileRequest.Builder |
GetDeviceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeviceProfileRequest.Builder |
GetDeviceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeviceProfileRequest.Builder> |
GetDeviceProfileRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.