Uses of Class
software.amazon.awssdk.services.iot.model.ListAttachedPoliciesResponse
-
Packages that use ListAttachedPoliciesResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListAttachedPoliciesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListAttachedPoliciesResponse Modifier and Type Method Description default ListAttachedPoliciesResponseIotClient. listAttachedPolicies(Consumer<ListAttachedPoliciesRequest.Builder> listAttachedPoliciesRequest)Lists the policies attached to the specified thing group.default ListAttachedPoliciesResponseIotClient. listAttachedPolicies(ListAttachedPoliciesRequest listAttachedPoliciesRequest)Lists the policies attached to the specified thing group.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListAttachedPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListAttachedPoliciesResponse>IotAsyncClient. listAttachedPolicies(Consumer<ListAttachedPoliciesRequest.Builder> listAttachedPoliciesRequest)Lists the policies attached to the specified thing group.default CompletableFuture<ListAttachedPoliciesResponse>IotAsyncClient. listAttachedPolicies(ListAttachedPoliciesRequest listAttachedPoliciesRequest)Lists the policies attached to the specified thing group. -
Uses of ListAttachedPoliciesResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListAttachedPoliciesResponse Modifier and Type Method Description Iterator<ListAttachedPoliciesResponse>ListAttachedPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListAttachedPoliciesResponse Modifier and Type Method Description voidListAttachedPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttachedPoliciesResponse> subscriber)
-