| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceProfileResult> |
AbstractAWSIoTWirelessAsync.createServiceProfileAsync(CreateServiceProfileRequest request,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler) |
Future<CreateServiceProfileResult> |
AWSIoTWirelessAsync.createServiceProfileAsync(CreateServiceProfileRequest createServiceProfileRequest,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler)
Creates a new service profile.
|
Future<CreateServiceProfileResult> |
AWSIoTWirelessAsyncClient.createServiceProfileAsync(CreateServiceProfileRequest request,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceProfileRequest |
CreateServiceProfileRequest.clone() |
CreateServiceProfileRequest |
CreateServiceProfileRequest.withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
CreateServiceProfileRequest |
CreateServiceProfileRequest.withLoRaWAN(LoRaWANServiceProfile loRaWAN)
The service profile information to use to create the service profile.
|
CreateServiceProfileRequest |
CreateServiceProfileRequest.withName(String name)
The name of the new resource.
|
CreateServiceProfileRequest |
CreateServiceProfileRequest.withTags(Collection<Tag> tags)
The tags to attach to the new service profile.
|
CreateServiceProfileRequest |
CreateServiceProfileRequest.withTags(Tag... tags)
The tags to attach to the new service profile.
|
Copyright © 2023. All rights reserved.