Uses of Class
com.oracle.bmc.devops.requests.GetDeployStageRequest
-
Packages that use GetDeployStageRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetDeployStageRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type GetDeployStageRequest Modifier and Type Method Description Waiter<GetDeployStageRequest,GetDeployStageResponse>
DevopsWaiters. forDeployStage(GetDeployStageRequest request, DeployStage.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeployStageRequest,GetDeployStageResponse>
DevopsWaiters. forDeployStage(GetDeployStageRequest request, DeployStage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeployStageRequest,GetDeployStageResponse>
DevopsWaiters. forDeployStage(GetDeployStageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeployStage.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.devops with type arguments of type GetDeployStageRequest Modifier and Type Method Description Future<GetDeployStageResponse>
DevopsAsync. getDeployStage(GetDeployStageRequest request, AsyncHandler<GetDeployStageRequest,GetDeployStageResponse> handler)
Retrieves a deployment stage by identifier.Future<GetDeployStageResponse>
DevopsAsyncClient. getDeployStage(GetDeployStageRequest request, AsyncHandler<GetDeployStageRequest,GetDeployStageResponse> handler)
-
Uses of GetDeployStageRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetDeployStageRequest Modifier and Type Method Description GetDeployStageRequest
GetDeployStageRequest.Builder. build()
Build the instance of GetDeployStageRequest as configured by this builderGetDeployStageRequest
GetDeployStageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDeployStageRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetDeployStageRequest Modifier and Type Method Description GetDeployStageRequest.Builder
GetDeployStageRequest.Builder. copy(GetDeployStageRequest o)
Copy method to populate the builder with values from the given instance.
-