Uses of Class
software.amazon.awssdk.services.iot.model.EffectivePolicy
-
Packages that use EffectivePolicy Package Description software.amazon.awssdk.services.iot.model -
-
Uses of EffectivePolicy in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type EffectivePolicy Modifier and Type Method Description List<EffectivePolicy>GetEffectivePoliciesResponse. effectivePolicies()The effective policies.Methods in software.amazon.awssdk.services.iot.model with parameters of type EffectivePolicy Modifier and Type Method Description GetEffectivePoliciesResponse.BuilderGetEffectivePoliciesResponse.Builder. effectivePolicies(EffectivePolicy... effectivePolicies)The effective policies.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type EffectivePolicy Modifier and Type Method Description GetEffectivePoliciesResponse.BuilderGetEffectivePoliciesResponse.Builder. effectivePolicies(Collection<EffectivePolicy> effectivePolicies)The effective policies.
-