Uses of Class
com.oracle.bmc.apigateway.model.Deployment.LifecycleState
-
Packages that use Deployment.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of Deployment.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Deployment.LifecycleState Modifier and Type Method Description Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Deployment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Deployment.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Deployment.LifecycleState Modifier and Type Method Description static Deployment.LifecycleState
Deployment.LifecycleState. create(String key)
Deployment.LifecycleState
Deployment. getLifecycleState()
The current state of the deployment.Deployment.LifecycleState
DeploymentSummary. getLifecycleState()
The current state of the deployment.static Deployment.LifecycleState
Deployment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.LifecycleState[]
Deployment.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type Deployment.LifecycleState Modifier and Type Method Description Deployment.Builder
Deployment.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)
The current state of the deployment.DeploymentSummary.Builder
DeploymentSummary.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)
The current state of the deployment.Constructors in com.oracle.bmc.apigateway.model with parameters of type Deployment.LifecycleState Constructor Description Deployment(String id, String gatewayId, String displayName, String compartmentId, String pathPrefix, String endpoint, ApiSpecification specification, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DeploymentSummary(String id, String gatewayId, String displayName, String compartmentId, String pathPrefix, String endpoint, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Deployment.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return Deployment.LifecycleState Modifier and Type Method Description Deployment.LifecycleState
ListDeploymentsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type Deployment.LifecycleState Modifier and Type Method Description ListDeploymentsRequest.Builder
ListDeploymentsRequest.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-