Uses of Class
com.oracle.bmc.devops.requests.ListDeployArtifactsRequest
-
Packages that use ListDeployArtifactsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListDeployArtifactsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployArtifactsRequest 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 ListDeployArtifactsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListDeployArtifactsRequest Modifier and Type Method Description ListDeployArtifactsRequest
ListDeployArtifactsRequest.Builder. build()
Build the instance of ListDeployArtifactsRequest as configured by this builderListDeployArtifactsRequest
ListDeployArtifactsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDeployArtifactsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListDeployArtifactsRequest Modifier and Type Method Description ListDeployArtifactsRequest.Builder
ListDeployArtifactsRequest.Builder. copy(ListDeployArtifactsRequest o)
Copy method to populate the builder with values from the given instance.
-