| 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 |
|---|---|
CreateServiceProfileResult |
AWSIoTWirelessClient.createServiceProfile(CreateServiceProfileRequest request)
Creates a new service profile.
|
CreateServiceProfileResult |
AWSIoTWireless.createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest)
Creates a new service profile.
|
CreateServiceProfileResult |
AbstractAWSIoTWireless.createServiceProfile(CreateServiceProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceProfileResult> |
AWSIoTWirelessAsyncClient.createServiceProfileAsync(CreateServiceProfileRequest request,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler) |
Future<CreateServiceProfileResult> |
AWSIoTWirelessAsync.createServiceProfileAsync(CreateServiceProfileRequest createServiceProfileRequest,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler)
Creates a new service profile.
|
Future<CreateServiceProfileResult> |
AbstractAWSIoTWirelessAsync.createServiceProfileAsync(CreateServiceProfileRequest request,
AsyncHandler<CreateServiceProfileRequest,CreateServiceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceProfileResult |
CreateServiceProfileResult.clone() |
CreateServiceProfileResult |
CreateServiceProfileResult.withArn(String arn)
The Amazon Resource Name of the new resource.
|
CreateServiceProfileResult |
CreateServiceProfileResult.withId(String id)
The ID of the new service profile.
|
Copyright © 2023. All rights reserved.