Uses of Class
software.amazon.awssdk.services.iot.model.ListTargetsForSecurityProfileRequest
-
Packages that use ListTargetsForSecurityProfileRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListTargetsForSecurityProfileRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListTargetsForSecurityProfileRequest Modifier and Type Method Description default CompletableFuture<ListTargetsForSecurityProfileResponse>IotAsyncClient. listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)Lists the targets (thing groups) associated with a given Device Defender security profile.default ListTargetsForSecurityProfileResponseIotClient. listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)Lists the targets (thing groups) associated with a given Device Defender security profile.default ListTargetsForSecurityProfilePublisherIotAsyncClient. listTargetsForSecurityProfilePaginator(ListTargetsForSecurityProfileRequest 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. -
Uses of ListTargetsForSecurityProfileRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListTargetsForSecurityProfileRequest Constructor Description ListTargetsForSecurityProfileIterable(IotClient client, ListTargetsForSecurityProfileRequest firstRequest)ListTargetsForSecurityProfilePublisher(IotAsyncClient client, ListTargetsForSecurityProfileRequest firstRequest) -
Uses of ListTargetsForSecurityProfileRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListTargetsForSecurityProfileRequest Modifier and Type Method Description SdkHttpFullRequestListTargetsForSecurityProfileRequestMarshaller. marshall(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
-