Uses of Class
com.oracle.bmc.email.model.ResourceLock
-
Packages that use ResourceLock Package Description com.oracle.bmc.email.model -
-
Uses of ResourceLock in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock.Builder. build()
Methods in com.oracle.bmc.email.model that return types with arguments of type ResourceLock Modifier and Type Method Description List<ResourceLock>
EmailDomain. getLocks()
Locks associated with this resource.List<ResourceLock>
EmailDomainSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
EmailReturnPath. getLocks()
Locks associated with this resource.List<ResourceLock>
EmailReturnPathSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Sender. getLocks()
Locks associated with this resource.List<ResourceLock>
SenderSummary. getLocks()
Locks associated with this resource.Methods in com.oracle.bmc.email.model with parameters of type ResourceLock Modifier and Type Method Description ResourceLock.Builder
ResourceLock.Builder. copy(ResourceLock model)
Method parameters in com.oracle.bmc.email.model with type arguments of type ResourceLock Modifier and Type Method Description EmailDomain.Builder
EmailDomain.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.EmailDomainSummary.Builder
EmailDomainSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.EmailReturnPath.Builder
EmailReturnPath.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.EmailReturnPathSummary.Builder
EmailReturnPathSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Sender.Builder
Sender.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.SenderSummary.Builder
SenderSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Constructor parameters in com.oracle.bmc.email.model with type arguments of type ResourceLock Constructor Description EmailDomain(String name, String id, String compartmentId, EmailDomain.LifecycleState lifecycleState, String activeDkimId, Boolean isSpf, DomainVerificationStatusType domainVerificationStatus, String domainVerificationId, String description, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.EmailDomainSummary(String name, String id, String compartmentId, EmailDomain.LifecycleState lifecycleState, String activeDkimId, String description, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.EmailReturnPath(String name, String id, String parentResourceId, String compartmentId, EmailReturnPath.LifecycleState lifecycleState, String lifecycleDetails, String description, String dnsSubdomainName, String cnameRecordValue, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.EmailReturnPathSummary(String name, String id, String parentResourceId, String compartmentId, EmailReturnPath.LifecycleState lifecycleState, String description, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.Sender(String compartmentId, String emailAddress, String id, Boolean isSpf, Sender.LifecycleState lifecycleState, Date timeCreated, String emailDomainId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.SenderSummary(String compartmentId, String emailAddress, String id, Sender.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.
-