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.devops
Methods in com.oracle.bmc.devops that return GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponse
Devops. getDeployArtifact(GetDeployArtifactRequest request)
Retrieves a deployment artifact by identifier.GetDeployArtifactResponse
DevopsClient. 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.responses
Methods in com.oracle.bmc.devops.responses that return GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponse
GetDeployArtifactResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetDeployArtifactResponse Modifier and Type Method Description GetDeployArtifactResponse.Builder
GetDeployArtifactResponse.Builder. copy(GetDeployArtifactResponse o)
Copy method to populate the builder with values from the given instance.
-