Uses of Class
com.oracle.bmc.devops.responses.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListDeploymentsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponse
Devops. listDeployments(ListDeploymentsRequest request)
Returns a list of deployments.ListDeploymentsResponse
DevopsClient. listDeployments(ListDeploymentsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListDeploymentsResponse 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)
Iterable<ListDeploymentsResponse>
DevopsPaginators. listDeploymentsResponseIterator(ListDeploymentsRequest request)
Creates a new iterable which will iterate over the responses received from the listDeployments operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListDeploymentsResponse 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 ListDeploymentsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponse
ListDeploymentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponse.Builder
ListDeploymentsResponse.Builder. copy(ListDeploymentsResponse o)
Copy method to populate the builder with values from the given instance.
-