Uses of Class
com.oracle.bmc.devops.responses.ListDeployArtifactsResponse
-
Packages that use ListDeployArtifactsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListDeployArtifactsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListDeployArtifactsResponse Modifier and Type Method Description ListDeployArtifactsResponseDevops. listDeployArtifacts(ListDeployArtifactsRequest request)Returns a list of deployment artifacts.ListDeployArtifactsResponseDevopsClient. listDeployArtifacts(ListDeployArtifactsRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type ListDeployArtifactsResponse Modifier and Type Method Description Future<ListDeployArtifactsResponse>DevopsAsync. listDeployArtifacts(ListDeployArtifactsRequest request, AsyncHandler<ListDeployArtifactsRequest,ListDeployArtifactsResponse> handler)Returns a list of deployment artifacts.Future<ListDeployArtifactsResponse>DevopsAsyncClient. listDeployArtifacts(ListDeployArtifactsRequest request, AsyncHandler<ListDeployArtifactsRequest,ListDeployArtifactsResponse> handler)Iterable<ListDeployArtifactsResponse>DevopsPaginators. listDeployArtifactsResponseIterator(ListDeployArtifactsRequest request)Creates a new iterable which will iterate over the responses received from the listDeployArtifacts operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployArtifactsResponse Modifier and Type Method Description Future<ListDeployArtifactsResponse>DevopsAsync. listDeployArtifacts(ListDeployArtifactsRequest request, AsyncHandler<ListDeployArtifactsRequest,ListDeployArtifactsResponse> handler)Returns a list of deployment artifacts.Future<ListDeployArtifactsResponse>DevopsAsyncClient. listDeployArtifacts(ListDeployArtifactsRequest request, AsyncHandler<ListDeployArtifactsRequest,ListDeployArtifactsResponse> handler) -
Uses of ListDeployArtifactsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListDeployArtifactsResponse Modifier and Type Method Description ListDeployArtifactsResponseListDeployArtifactsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListDeployArtifactsResponse Modifier and Type Method Description ListDeployArtifactsResponse.BuilderListDeployArtifactsResponse.Builder. copy(ListDeployArtifactsResponse o)Copy method to populate the builder with values from the given instance.
-