Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.PolicyToPath.Builder
-
Packages that use PolicyToPath.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of PolicyToPath.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return PolicyToPath.Builder Modifier and Type Method Description static PolicyToPath.BuilderPolicyToPath. builder()PolicyToPath.BuilderPolicyToPath.Builder. path(String path)The path that is referenced from the root.PolicyToPath.BuilderPolicyToPath.Builder. policies(Collection<PolicyAttachment> policies)List of policy objects.PolicyToPath.BuilderPolicyToPath.Builder. policies(Consumer<PolicyAttachment.Builder>... policies)List of policy objects.PolicyToPath.BuilderPolicyToPath.Builder. policies(PolicyAttachment... policies)List of policy objects.PolicyToPath.BuilderPolicyToPath. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type PolicyToPath.Builder Modifier and Type Method Description static Class<? extends PolicyToPath.Builder>PolicyToPath. serializableBuilderClass()
-