Uses of Class
com.oracle.bmc.devops.requests.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListDeploymentsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListDeploymentsRequest Modifier and Type Method Description Future<ListDeploymentsResponse>
DevopsAsync. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
Returns a list of deployments.Future<ListDeploymentsResponse>
DevopsAsyncClient. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
-
Uses of ListDeploymentsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequest
ListDeploymentsRequest.Builder. build()
Build the instance of ListDeploymentsRequest as configured by this builderListDeploymentsRequest
ListDeploymentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDeploymentsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequest.Builder
ListDeploymentsRequest.Builder. copy(ListDeploymentsRequest o)
Copy method to populate the builder with values from the given instance.
-