Uses of Class
software.amazon.awssdk.services.clouddirectory.model.PolicyAttachment
-
Packages that use PolicyAttachment Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of PolicyAttachment in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type PolicyAttachment Modifier and Type Method Description List<PolicyAttachment>PolicyToPath. policies()List of policy objects.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type PolicyAttachment Modifier and Type Method Description PolicyToPath.BuilderPolicyToPath.Builder. policies(PolicyAttachment... policies)List of policy objects.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type PolicyAttachment Modifier and Type Method Description PolicyToPath.BuilderPolicyToPath.Builder. policies(Collection<PolicyAttachment> policies)List of policy objects.
-