Uses of Class
com.oracle.bmc.lockbox.model.AccessContextAttribute
-
Packages that use AccessContextAttribute Package Description com.oracle.bmc.lockbox.model -
-
Uses of AccessContextAttribute in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return AccessContextAttribute Modifier and Type Method Description AccessContextAttribute
AccessContextAttribute.Builder. build()
Methods in com.oracle.bmc.lockbox.model that return types with arguments of type AccessContextAttribute Modifier and Type Method Description List<AccessContextAttribute>
AccessContextAttributeCollection. getItems()
List of context attributes.Methods in com.oracle.bmc.lockbox.model with parameters of type AccessContextAttribute Modifier and Type Method Description AccessContextAttribute.Builder
AccessContextAttribute.Builder. copy(AccessContextAttribute model)
Method parameters in com.oracle.bmc.lockbox.model with type arguments of type AccessContextAttribute Modifier and Type Method Description AccessContextAttributeCollection.Builder
AccessContextAttributeCollection.Builder. items(List<AccessContextAttribute> items)
List of context attributes.Constructor parameters in com.oracle.bmc.lockbox.model with type arguments of type AccessContextAttribute Constructor Description AccessContextAttributeCollection(List<AccessContextAttribute> items)
Deprecated.
-