| 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 CompletableFuture<ListTargetsForSecurityProfileResponse> |
IotAsyncClient.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest 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.
|
default ListTargetsForSecurityProfilePublisher |
IotAsyncClient.listTargetsForSecurityProfilePaginator(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
default ListTargetsForSecurityProfileIterable |
IotClient.listTargetsForSecurityProfilePaginator(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
| Constructor and Description |
|---|
ListTargetsForSecurityProfileIterable(IotClient client,
ListTargetsForSecurityProfileRequest firstRequest) |
ListTargetsForSecurityProfilePublisher(IotAsyncClient client,
ListTargetsForSecurityProfileRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTargetsForSecurityProfileRequestMarshaller.marshall(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest) |
Copyright © 2023. All rights reserved.