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 newWaiterusing the default configuration.Waiter<GetDeployStageRequest,GetDeployStageResponse>DevopsWaiters. forDeployStage(GetDeployStageRequest request, DeployStage.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDeployStageRequest,GetDeployStageResponse>DevopsWaiters. forDeployStage(GetDeployStageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeployStage.LifecycleState... targetStates)Creates a newWaiterusing 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 GetDeployStageRequestGetDeployStageRequest.Builder. build()Build the instance of GetDeployStageRequest as configured by this builderGetDeployStageRequestGetDeployStageRequest.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.BuilderGetDeployStageRequest.Builder. copy(GetDeployStageRequest o)Copy method to populate the builder with values from the given instance.
-