Uses of Class
software.amazon.awssdk.services.iot.model.ListSecurityProfilesForTargetRequest
-
Packages that use ListSecurityProfilesForTargetRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListSecurityProfilesForTargetRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListSecurityProfilesForTargetRequest Modifier and Type Method Description default CompletableFuture<ListSecurityProfilesForTargetResponse>IotAsyncClient. listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)Lists the Device Defender security profiles attached to a target (thing group).default ListSecurityProfilesForTargetResponseIotClient. listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)Lists the Device Defender security profiles attached to a target (thing group).default ListSecurityProfilesForTargetPublisherIotAsyncClient. listSecurityProfilesForTargetPaginator(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)Lists the Device Defender security profiles attached to a target (thing group).default ListSecurityProfilesForTargetIterableIotClient. listSecurityProfilesForTargetPaginator(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)Lists the Device Defender security profiles attached to a target (thing group). -
Uses of ListSecurityProfilesForTargetRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListSecurityProfilesForTargetRequest Constructor Description ListSecurityProfilesForTargetIterable(IotClient client, ListSecurityProfilesForTargetRequest firstRequest)ListSecurityProfilesForTargetPublisher(IotAsyncClient client, ListSecurityProfilesForTargetRequest firstRequest) -
Uses of ListSecurityProfilesForTargetRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListSecurityProfilesForTargetRequest Modifier and Type Method Description SdkHttpFullRequestListSecurityProfilesForTargetRequestMarshaller. marshall(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
-