Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabasePrivateEndpoint.LifecycleState
-
-
Uses of DistributedDatabasePrivateEndpoint.LifecycleState in com.oracle.bmc.distributeddatabase
-
Uses of DistributedDatabasePrivateEndpoint.LifecycleState in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabasePrivateEndpoint.LifecycleState Modifier and Type Method Description static DistributedDatabasePrivateEndpoint.LifecycleState
DistributedDatabasePrivateEndpoint.LifecycleState. create(String key)
DistributedDatabasePrivateEndpoint.LifecycleState
DistributedDatabasePrivateEndpoint. getLifecycleState()
Lifecycle states for private endpoint.DistributedDatabasePrivateEndpoint.LifecycleState
DistributedDatabasePrivateEndpointSummary. getLifecycleState()
Lifecycle state of private endpoint.static DistributedDatabasePrivateEndpoint.LifecycleState
DistributedDatabasePrivateEndpoint.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDatabasePrivateEndpoint.LifecycleState[]
DistributedDatabasePrivateEndpoint.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabasePrivateEndpoint.LifecycleState Modifier and Type Method Description DistributedDatabasePrivateEndpoint.Builder
DistributedDatabasePrivateEndpoint.Builder. lifecycleState(DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.DistributedDatabasePrivateEndpointSummary.Builder
DistributedDatabasePrivateEndpointSummary.Builder. lifecycleState(DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState)
Lifecycle state of private endpoint. -
Uses of DistributedDatabasePrivateEndpoint.LifecycleState in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return DistributedDatabasePrivateEndpoint.LifecycleState Modifier and Type Method Description DistributedDatabasePrivateEndpoint.LifecycleState
ListDistributedDatabasePrivateEndpointsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type DistributedDatabasePrivateEndpoint.LifecycleState Modifier and Type Method Description ListDistributedDatabasePrivateEndpointsRequest.Builder
ListDistributedDatabasePrivateEndpointsRequest.Builder. lifecycleState(DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-