Uses of Class
software.amazon.awssdk.services.iot.model.GetEffectivePoliciesResponse
-
Packages that use GetEffectivePoliciesResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetEffectivePoliciesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetEffectivePoliciesResponse Modifier and Type Method Description default GetEffectivePoliciesResponseIotClient. getEffectivePolicies(Consumer<GetEffectivePoliciesRequest.Builder> getEffectivePoliciesRequest)Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.default GetEffectivePoliciesResponseIotClient. getEffectivePolicies(GetEffectivePoliciesRequest getEffectivePoliciesRequest)Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetEffectivePoliciesResponse Modifier and Type Method Description default CompletableFuture<GetEffectivePoliciesResponse>IotAsyncClient. getEffectivePolicies(Consumer<GetEffectivePoliciesRequest.Builder> getEffectivePoliciesRequest)Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.default CompletableFuture<GetEffectivePoliciesResponse>IotAsyncClient. getEffectivePolicies(GetEffectivePoliciesRequest getEffectivePoliciesRequest)Gets a list of the policies that have an effect on the authorization behavior of the specified device when it connects to the IoT device gateway.
-