| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless API documentation
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceProfileResult |
AWSIoTWireless.getServiceProfile(GetServiceProfileRequest getServiceProfileRequest)
Gets information about a service profile.
|
GetServiceProfileResult |
AWSIoTWirelessClient.getServiceProfile(GetServiceProfileRequest request)
Gets information about a service profile.
|
GetServiceProfileResult |
AbstractAWSIoTWireless.getServiceProfile(GetServiceProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceProfileResult> |
AWSIoTWirelessAsync.getServiceProfileAsync(GetServiceProfileRequest getServiceProfileRequest,
AsyncHandler<GetServiceProfileRequest,GetServiceProfileResult> asyncHandler)
Gets information about a service profile.
|
Future<GetServiceProfileResult> |
AbstractAWSIoTWirelessAsync.getServiceProfileAsync(GetServiceProfileRequest request,
AsyncHandler<GetServiceProfileRequest,GetServiceProfileResult> asyncHandler) |
Future<GetServiceProfileResult> |
AWSIoTWirelessAsyncClient.getServiceProfileAsync(GetServiceProfileRequest request,
AsyncHandler<GetServiceProfileRequest,GetServiceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetServiceProfileResult |
GetServiceProfileResult.clone() |
GetServiceProfileResult |
GetServiceProfileResult.withArn(String arn)
The Amazon Resource Name of the resource.
|
GetServiceProfileResult |
GetServiceProfileResult.withId(String id)
The ID of the service profile.
|
GetServiceProfileResult |
GetServiceProfileResult.withLoRaWAN(LoRaWANGetServiceProfileInfo loRaWAN)
Information about the service profile.
|
GetServiceProfileResult |
GetServiceProfileResult.withName(String name)
The name of the resource.
|
Copyright © 2021. All rights reserved.