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 ListDeployArtifactsResponse
Devops. listDeployArtifacts(ListDeployArtifactsRequest request)
Returns a list of deployment artifacts.ListDeployArtifactsResponse
DevopsClient. 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 ListDeployArtifactsResponse
ListDeployArtifactsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListDeployArtifactsResponse Modifier and Type Method Description ListDeployArtifactsResponse.Builder
ListDeployArtifactsResponse.Builder. copy(ListDeployArtifactsResponse o)
Copy method to populate the builder with values from the given instance.
-