Uses of Class
com.oracle.bmc.lockbox.model.AccessContextAttributeCollection
-
Packages that use AccessContextAttributeCollection Package Description com.oracle.bmc.lockbox.model -
-
Uses of AccessContextAttributeCollection in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return AccessContextAttributeCollection Modifier and Type Method Description AccessContextAttributeCollection
AccessContextAttributeCollection.Builder. build()
AccessContextAttributeCollection
CreateLockboxDetails. getAccessContextAttributes()
AccessContextAttributeCollection
Lockbox. getAccessContextAttributes()
Methods in com.oracle.bmc.lockbox.model with parameters of type AccessContextAttributeCollection Modifier and Type Method Description CreateLockboxDetails.Builder
CreateLockboxDetails.Builder. accessContextAttributes(AccessContextAttributeCollection accessContextAttributes)
Lockbox.Builder
Lockbox.Builder. accessContextAttributes(AccessContextAttributeCollection accessContextAttributes)
AccessContextAttributeCollection.Builder
AccessContextAttributeCollection.Builder. copy(AccessContextAttributeCollection model)
Constructors in com.oracle.bmc.lockbox.model with parameters of type AccessContextAttributeCollection Constructor Description CreateLockboxDetails(String displayName, String resourceId, LockboxPartner lockboxPartner, String compartmentId, String partnerId, String partnerCompartmentId, String approvalTemplateId, String maxAccessDuration, AccessContextAttributeCollection accessContextAttributes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Lockbox(String id, String displayName, String compartmentId, String partnerId, String parentLockboxId, String partnerCompartmentId, String resourceId, LockboxPartner lockboxPartner, Date timeCreated, Date timeUpdated, Lockbox.LifecycleState lifecycleState, AccessContextAttributeCollection accessContextAttributes, String approvalTemplateId, String maxAccessDuration, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-