Uses of Class
com.oracle.bmc.devops.responses.GetDeployArtifactResponse
- 
Packages that use GetDeployArtifactResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of GetDeployArtifactResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponseDevops. getDeployArtifact(GetDeployArtifactRequest request)Retrieves a deployment artifact by identifier.GetDeployArtifactResponseDevopsClient. getDeployArtifact(GetDeployArtifactRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type GetDeployArtifactResponse Modifier and Type Method Description Future<GetDeployArtifactResponse>DevopsAsync. getDeployArtifact(GetDeployArtifactRequest request, AsyncHandler<GetDeployArtifactRequest,GetDeployArtifactResponse> handler)Retrieves a deployment artifact by identifier.Future<GetDeployArtifactResponse>DevopsAsyncClient. getDeployArtifact(GetDeployArtifactRequest request, AsyncHandler<GetDeployArtifactRequest,GetDeployArtifactResponse> handler)
- 
Uses of GetDeployArtifactResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponseGetDeployArtifactResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponse.BuilderGetDeployArtifactResponse.Builder. copy(GetDeployArtifactResponse o)Copy method to populate the builder with values from the given instance.
 
-