Uses of Class
software.amazon.awssdk.services.iot.model.PolicyVersion
-
Packages that use PolicyVersion Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PolicyVersion in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PolicyVersion Modifier and Type Method Description List<PolicyVersion>ListPolicyVersionsResponse. policyVersions()The policy versions.Methods in software.amazon.awssdk.services.iot.model with parameters of type PolicyVersion Modifier and Type Method Description ListPolicyVersionsResponse.BuilderListPolicyVersionsResponse.Builder. policyVersions(PolicyVersion... policyVersions)The policy versions.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PolicyVersion Modifier and Type Method Description ListPolicyVersionsResponse.BuilderListPolicyVersionsResponse.Builder. policyVersions(Collection<PolicyVersion> policyVersions)The policy versions.
-