Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane | |
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetOrganizationRequest,GetOrganizationResponse> |
OrganizationWaiters.forOrganization(GetOrganizationRequest request,
Organization.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetOrganizationRequest,GetOrganizationResponse> |
OrganizationWaiters.forOrganization(GetOrganizationRequest request,
Organization.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetOrganizationRequest,GetOrganizationResponse> |
OrganizationWaiters.forOrganization(GetOrganizationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Organization.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Organization.LifecycleState |
Organization.LifecycleState.create(String key) |
Organization.LifecycleState |
OrganizationSummary.getLifecycleState()
Lifecycle state of the organization.
|
Organization.LifecycleState |
Organization.getLifecycleState()
Lifecycle state of the organization.
|
static Organization.LifecycleState |
Organization.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organization.LifecycleState[] |
Organization.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrganizationSummary.Builder |
OrganizationSummary.Builder.lifecycleState(Organization.LifecycleState lifecycleState)
Lifecycle state of the organization.
|
Organization.Builder |
Organization.Builder.lifecycleState(Organization.LifecycleState lifecycleState)
Lifecycle state of the organization.
|
Constructor and Description |
---|
Organization(String id,
String displayName,
String compartmentId,
String parentName,
String defaultUcmSubscriptionId,
Organization.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
OrganizationSummary(String id,
String displayName,
String compartmentId,
String parentName,
String defaultUcmSubscriptionId,
Organization.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.