Uses of Class
software.amazon.awssdk.services.clouddirectory.model.PolicyToPath
-
Packages that use PolicyToPath Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of PolicyToPath in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type PolicyToPath Modifier and Type Method Description List<PolicyToPath>BatchLookupPolicyResponse. policyToPathList()Provides list of path to policies.List<PolicyToPath>LookupPolicyResponse. policyToPathList()Provides list of path to policies.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type PolicyToPath Modifier and Type Method Description BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. policyToPathList(PolicyToPath... policyToPathList)Provides list of path to policies.LookupPolicyResponse.BuilderLookupPolicyResponse.Builder. policyToPathList(PolicyToPath... policyToPathList)Provides list of path to policies.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type PolicyToPath Modifier and Type Method Description BatchLookupPolicyResponse.BuilderBatchLookupPolicyResponse.Builder. policyToPathList(Collection<PolicyToPath> policyToPathList)Provides list of path to policies.LookupPolicyResponse.BuilderLookupPolicyResponse.Builder. policyToPathList(Collection<PolicyToPath> policyToPathList)Provides list of path to policies.
-