Uses of Class
software.amazon.awssdk.services.iot.model.ListTargetsForSecurityProfileResponse
-
Packages that use ListTargetsForSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListTargetsForSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListTargetsForSecurityProfileResponse Modifier and Type Method Description default ListTargetsForSecurityProfileResponseIotClient. listTargetsForSecurityProfile(Consumer<ListTargetsForSecurityProfileRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListTargetsForSecurityProfileResponse Modifier and Type Method 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. -
Uses of ListTargetsForSecurityProfileResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListTargetsForSecurityProfileResponse Modifier and Type Method Description Iterator<ListTargetsForSecurityProfileResponse>ListTargetsForSecurityProfileIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListTargetsForSecurityProfileResponse Modifier and Type Method Description voidListTargetsForSecurityProfilePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTargetsForSecurityProfileResponse> subscriber)
-