Uses of Class
com.amazonaws.services.iot.model.Policy
Packages that use Policy
-
Uses of Policy in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return PolicyModifier and TypeMethodDescriptionPolicy.clone()
Policy.withPolicyArn
(String policyArn) The policy ARN.Policy.withPolicyName
(String policyName) The policy name.Methods in com.amazonaws.services.iot.model that return types with arguments of type PolicyModifier and TypeMethodDescriptionListPoliciesResult.getPolicies()
The descriptions of the policies.ListPrincipalPoliciesResult.getPolicies()
The policies.Methods in com.amazonaws.services.iot.model with parameters of type PolicyModifier and TypeMethodDescriptionListPoliciesResult.withPolicies
(Policy... policies) The descriptions of the policies.ListPrincipalPoliciesResult.withPolicies
(Policy... policies) The policies.Method parameters in com.amazonaws.services.iot.model with type arguments of type PolicyModifier and TypeMethodDescriptionvoid
ListPoliciesResult.setPolicies
(Collection<Policy> policies) The descriptions of the policies.void
ListPrincipalPoliciesResult.setPolicies
(Collection<Policy> policies) The policies.ListPoliciesResult.withPolicies
(Collection<Policy> policies) The descriptions of the policies.ListPrincipalPoliciesResult.withPolicies
(Collection<Policy> policies) The policies.