Uses of Class
com.oracle.bmc.devops.responses.GetDeployStageResponse
-
Packages that use GetDeployStageResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetDeployStageResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetDeployStageResponse Modifier and Type Method Description GetDeployStageResponse
Devops. getDeployStage(GetDeployStageRequest request)
Retrieves a deployment stage by identifier.GetDeployStageResponse
DevopsClient. getDeployStage(GetDeployStageRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetDeployStageResponse 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 GetDeployStageResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetDeployStageResponse Modifier and Type Method Description GetDeployStageResponse
GetDeployStageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetDeployStageResponse Modifier and Type Method Description GetDeployStageResponse.Builder
GetDeployStageResponse.Builder. copy(GetDeployStageResponse o)
Copy method to populate the builder with values from the given instance.
-