Uses of Class
software.amazon.awssdk.services.iot.paginators.ListTargetsForSecurityProfileIterable
-
Packages that use ListTargetsForSecurityProfileIterable Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of ListTargetsForSecurityProfileIterable in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListTargetsForSecurityProfileIterable Modifier and Type Method Description default ListTargetsForSecurityProfileIterableIotClient. listTargetsForSecurityProfilePaginator(Consumer<ListTargetsForSecurityProfileRequest.Builder> listTargetsForSecurityProfileRequest)Lists the targets (thing groups) associated with a given Device Defender security profile.default ListTargetsForSecurityProfileIterableIotClient. listTargetsForSecurityProfilePaginator(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)Lists the targets (thing groups) associated with a given Device Defender security profile.
-