Uses of Class
software.amazon.awssdk.services.iot.model.GetEffectivePoliciesRequest
-
Packages that use GetEffectivePoliciesRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetEffectivePoliciesRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetEffectivePoliciesRequest Modifier and Type Method Description 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.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. -
Uses of GetEffectivePoliciesRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetEffectivePoliciesRequest Modifier and Type Method Description SdkHttpFullRequestGetEffectivePoliciesRequestMarshaller. marshall(GetEffectivePoliciesRequest getEffectivePoliciesRequest)
-