| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsForSecurityProfileResponse |
IotClient.listTargetsForSecurityProfile(Consumer<ListTargetsForSecurityProfileRequest.Builder> listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
default ListTargetsForSecurityProfileResponse |
IotClient.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTargetsForSecurityProfileResponse> |
IotAsyncClient.listTargetsForSecurityProfile(Consumer<ListTargetsForSecurityProfileRequest.Builder> listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
default CompletableFuture<ListTargetsForSecurityProfileResponse> |
IotAsyncClient.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTargetsForSecurityProfileResponse> |
ListTargetsForSecurityProfileIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsForSecurityProfilePublisher.subscribe(org.reactivestreams.Subscriber<? super ListTargetsForSecurityProfileResponse> subscriber) |
Copyright © 2021. All rights reserved.