Uses of Class
com.oracle.bmc.devops.responses.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetDeploymentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse
Devops. getDeployment(GetDeploymentRequest request)
Retrieves a deployment by identifier.GetDeploymentResponse
DevopsClient. getDeployment(GetDeploymentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetDeploymentResponse Modifier and Type Method Description Future<GetDeploymentResponse>
DevopsAsync. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
Retrieves a deployment by identifier.Future<GetDeploymentResponse>
DevopsAsyncClient. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
-
Uses of GetDeploymentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse
GetDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse.Builder
GetDeploymentResponse.Builder. copy(GetDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-