Uses of Interface
org.openstack4j.model.barbican.ContainerSecret
-
Packages that use ContainerSecret Package Description org.openstack4j.model.barbican org.openstack4j.model.barbican.builder org.openstack4j.openstack.barbican.domain -
-
Uses of ContainerSecret in org.openstack4j.model.barbican
Methods in org.openstack4j.model.barbican that return types with arguments of type ContainerSecret Modifier and Type Method Description List<? extends ContainerSecret>Container. getSecretReferences() -
Uses of ContainerSecret in org.openstack4j.model.barbican.builder
Method parameters in org.openstack4j.model.barbican.builder with type arguments of type ContainerSecret Modifier and Type Method Description ContainerCreateBuilderContainerCreateBuilder. secretReferences(List<? extends ContainerSecret> references)Required. -
Uses of ContainerSecret in org.openstack4j.openstack.barbican.domain
Classes in org.openstack4j.openstack.barbican.domain that implement ContainerSecret Modifier and Type Class Description classBarbicanContainerSecretMethods in org.openstack4j.openstack.barbican.domain that return ContainerSecret Modifier and Type Method Description ContainerSecretBarbicanContainerSecret.SecretConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.barbican.domain that return types with arguments of type ContainerSecret Modifier and Type Method Description List<? extends ContainerSecret>BarbicanContainer. getSecretReferences()Methods in org.openstack4j.openstack.barbican.domain with parameters of type ContainerSecret Modifier and Type Method Description ContainerSecretBuilderBarbicanContainerSecret.SecretConcreteBuilder. from(ContainerSecret in)Creates a Builder using the param M as the default valuesMethod parameters in org.openstack4j.openstack.barbican.domain with type arguments of type ContainerSecret Modifier and Type Method Description ContainerCreateBuilderBarbicanContainer.ContainerCreateConcreteBuilder. secretReferences(List<? extends ContainerSecret> references)Required.
-