Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
ResourceLock |
ResourceLock.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceLock> |
TagNamespaceSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
TagDefaultSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
TagDefault.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
TagNamespace.getLocks()
Locks associated with this resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceLock.Builder |
ResourceLock.Builder.copy(ResourceLock model) |
Modifier and Type | Method and Description |
---|---|
TagNamespaceSummary.Builder |
TagNamespaceSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TagDefaultSummary.Builder |
TagDefaultSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TagDefault.Builder |
TagDefault.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TagNamespace.Builder |
TagNamespace.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Constructor and Description |
---|
TagDefault(String id,
String compartmentId,
String tagNamespaceId,
String tagDefinitionId,
String tagDefinitionName,
String value,
Date timeCreated,
TagDefault.LifecycleState lifecycleState,
Boolean isRequired,
List<ResourceLock> locks)
Deprecated.
|
TagDefaultSummary(String id,
String compartmentId,
String tagNamespaceId,
String tagDefinitionId,
String tagDefinitionName,
String value,
Date timeCreated,
TagDefaultSummary.LifecycleState lifecycleState,
Boolean isRequired,
List<ResourceLock> locks)
Deprecated.
|
TagNamespace(String id,
String compartmentId,
String name,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRetired,
TagNamespace.LifecycleState lifecycleState,
Date timeCreated,
List<ResourceLock> locks)
Deprecated.
|
TagNamespaceSummary(String id,
String compartmentId,
String name,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRetired,
TagNamespace.LifecycleState lifecycleState,
Date timeCreated,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.