Uses of Class
com.oracle.bmc.identity.model.AddLockDetails
-
Packages that use AddLockDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of AddLockDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return AddLockDetails Modifier and Type Method Description AddLockDetails
AddLockDetails.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type AddLockDetails Modifier and Type Method Description List<AddLockDetails>
CreateTagDefaultDetails. getLocks()
Locks associated with this resource.List<AddLockDetails>
CreateTagNamespaceDetails. getLocks()
Locks associated with this resource.Methods in com.oracle.bmc.identity.model with parameters of type AddLockDetails Modifier and Type Method Description AddLockDetails.Builder
AddLockDetails.Builder. copy(AddLockDetails model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type AddLockDetails Modifier and Type Method Description CreateTagDefaultDetails.Builder
CreateTagDefaultDetails.Builder. locks(List<AddLockDetails> locks)
Locks associated with this resource.CreateTagNamespaceDetails.Builder
CreateTagNamespaceDetails.Builder. locks(List<AddLockDetails> locks)
Locks associated with this resource.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type AddLockDetails Constructor Description CreateTagDefaultDetails(String compartmentId, String tagDefinitionId, String value, Boolean isRequired, List<AddLockDetails> locks)
Deprecated.CreateTagNamespaceDetails(String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddLockDetails> locks)
Deprecated. -
Uses of AddLockDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return AddLockDetails Modifier and Type Method Description AddLockDetails
AddTagDefaultLockRequest. getAddLockDetails()
Lock that is going to be added to resourceAddLockDetails
AddTagNamespaceLockRequest. getAddLockDetails()
Lock that is going to be added to resourceAddLockDetails
AddTagDefaultLockRequest. getBody$()
Alternative accessor for the body parameter.AddLockDetails
AddTagNamespaceLockRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identity.requests with parameters of type AddLockDetails Modifier and Type Method Description AddTagDefaultLockRequest.Builder
AddTagDefaultLockRequest.Builder. addLockDetails(AddLockDetails addLockDetails)
Lock that is going to be added to resourceAddTagNamespaceLockRequest.Builder
AddTagNamespaceLockRequest.Builder. addLockDetails(AddLockDetails addLockDetails)
Lock that is going to be added to resourceAddTagDefaultLockRequest.Builder
AddTagDefaultLockRequest.Builder. body$(AddLockDetails body)
Alternative setter for the body parameter.AddTagNamespaceLockRequest.Builder
AddTagNamespaceLockRequest.Builder. body$(AddLockDetails body)
Alternative setter for the body parameter.
-