| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListSecurityProfilesForTargetResponse |
IotClient.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
default CompletableFuture<ListSecurityProfilesForTargetResponse> |
IotAsyncClient.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
default ListSecurityProfilesForTargetIterable |
IotClient.listSecurityProfilesForTargetPaginator(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
default ListSecurityProfilesForTargetPublisher |
IotAsyncClient.listSecurityProfilesForTargetPaginator(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
| Constructor and Description |
|---|
ListSecurityProfilesForTargetIterable(IotClient client,
ListSecurityProfilesForTargetRequest firstRequest) |
ListSecurityProfilesForTargetPublisher(IotAsyncClient client,
ListSecurityProfilesForTargetRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSecurityProfilesForTargetRequestMarshaller.marshall(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest) |
Copyright © 2022. All rights reserved.