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