Package | Description |
---|---|
com.oracle.bmc.servicecatalog | |
com.oracle.bmc.servicecatalog.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetServiceCatalogRequest,GetServiceCatalogResponse> |
ServiceCatalogWaiters.forServiceCatalog(GetServiceCatalogRequest request,
ServiceCatalog.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetServiceCatalogRequest,GetServiceCatalogResponse> |
ServiceCatalogWaiters.forServiceCatalog(GetServiceCatalogRequest request,
ServiceCatalog.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetServiceCatalogRequest,GetServiceCatalogResponse> |
ServiceCatalogWaiters.forServiceCatalog(GetServiceCatalogRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ServiceCatalog.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ServiceCatalog.LifecycleState |
ServiceCatalog.LifecycleState.create(String key) |
ServiceCatalog.LifecycleState |
ServiceCatalog.getLifecycleState()
The lifecycle state of the service catalog.
|
ServiceCatalog.LifecycleState |
ServiceCatalogSummary.getLifecycleState()
The lifecycle state of the service catalog.
|
static ServiceCatalog.LifecycleState |
ServiceCatalog.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCatalog.LifecycleState[] |
ServiceCatalog.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceCatalog.Builder |
ServiceCatalog.Builder.lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.
|
ServiceCatalogSummary.Builder |
ServiceCatalogSummary.Builder.lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.
|
Constructor and Description |
---|
ServiceCatalog(String id,
String compartmentId,
String displayName,
ServiceCatalog.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
ServiceCatalogSummary(String id,
ServiceCatalog.LifecycleState lifecycleState,
String compartmentId,
String displayName,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.