Uses of Class
co.yellowdog.platform.model.NamespacePolicy
Packages that use NamespacePolicy
Package
Description
Provides the classes needed to interact with the YellowDog Namespaces service.
Provides the types that define the YellowDog Platform data model.
-
Uses of NamespacePolicy in co.yellowdog.platform.clients.namespaces
Methods in co.yellowdog.platform.clients.namespaces that return NamespacePolicyModifier and TypeMethodDescriptionNamespacesClient.getNamespacePolicy
(String namespace) Requests the namespace policy for the specified namespace.NamespacesClientImpl.getNamespacePolicy
(@NonNull String namespace) Methods in co.yellowdog.platform.clients.namespaces that return types with arguments of type NamespacePolicyModifier and TypeMethodDescriptionNamespacesClient.getNamespacePolicies
(NamespacePolicySearch search) Returns a search client for searching namespace policies.NamespacesClientImpl.getNamespacePolicies
(@NonNull NamespacePolicySearch search) Methods in co.yellowdog.platform.clients.namespaces with parameters of type NamespacePolicyModifier and TypeMethodDescriptionvoid
NamespacesClient.saveNamespacePolicy
(NamespacePolicy namespacePolicy) Submits a namespace policy to either save or update.void
NamespacesClientImpl.saveNamespacePolicy
(@NonNull NamespacePolicy namespacePolicy) -
Uses of NamespacePolicy in co.yellowdog.platform.model
Subclasses with type arguments of type NamespacePolicy in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NamespacePolicy that is automatically validated on build.Methods in co.yellowdog.platform.model that return NamespacePolicy