| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSecurityProfilesForTargetResponse |
IotClient.listSecurityProfilesForTarget(Consumer<ListSecurityProfilesForTargetRequest.Builder> listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
default ListSecurityProfilesForTargetResponse |
IotClient.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSecurityProfilesForTargetResponse> |
IotAsyncClient.listSecurityProfilesForTarget(Consumer<ListSecurityProfilesForTargetRequest.Builder> 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).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSecurityProfilesForTargetResponse> |
ListSecurityProfilesForTargetIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityProfilesForTargetPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSecurityProfilesForTargetResponse> subscriber) |
Copyright © 2022. All rights reserved.