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