Uses of Class
com.oracle.bmc.integration.responses.ListIntegrationInstancesResponse
-
Packages that use ListIntegrationInstancesResponse Package Description com.oracle.bmc.integration com.oracle.bmc.integration.responses -
-
Uses of ListIntegrationInstancesResponse in com.oracle.bmc.integration
Methods in com.oracle.bmc.integration that return ListIntegrationInstancesResponse Modifier and Type Method Description ListIntegrationInstancesResponseIntegrationInstance. listIntegrationInstances(ListIntegrationInstancesRequest request)Returns a list of Integration Instances.ListIntegrationInstancesResponseIntegrationInstanceClient. listIntegrationInstances(ListIntegrationInstancesRequest request)Methods in com.oracle.bmc.integration that return types with arguments of type ListIntegrationInstancesResponse Modifier and Type Method Description Future<ListIntegrationInstancesResponse>IntegrationInstanceAsync. listIntegrationInstances(ListIntegrationInstancesRequest request, AsyncHandler<ListIntegrationInstancesRequest,ListIntegrationInstancesResponse> handler)Returns a list of Integration Instances.Future<ListIntegrationInstancesResponse>IntegrationInstanceAsyncClient. listIntegrationInstances(ListIntegrationInstancesRequest request, AsyncHandler<ListIntegrationInstancesRequest,ListIntegrationInstancesResponse> handler)Iterable<ListIntegrationInstancesResponse>IntegrationInstancePaginators. listIntegrationInstancesResponseIterator(ListIntegrationInstancesRequest request)Creates a new iterable which will iterate over the responses received from the listIntegrationInstances operation.Method parameters in com.oracle.bmc.integration with type arguments of type ListIntegrationInstancesResponse Modifier and Type Method Description Future<ListIntegrationInstancesResponse>IntegrationInstanceAsync. listIntegrationInstances(ListIntegrationInstancesRequest request, AsyncHandler<ListIntegrationInstancesRequest,ListIntegrationInstancesResponse> handler)Returns a list of Integration Instances.Future<ListIntegrationInstancesResponse>IntegrationInstanceAsyncClient. listIntegrationInstances(ListIntegrationInstancesRequest request, AsyncHandler<ListIntegrationInstancesRequest,ListIntegrationInstancesResponse> handler) -
Uses of ListIntegrationInstancesResponse in com.oracle.bmc.integration.responses
Methods in com.oracle.bmc.integration.responses that return ListIntegrationInstancesResponse Modifier and Type Method Description ListIntegrationInstancesResponseListIntegrationInstancesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.integration.responses with parameters of type ListIntegrationInstancesResponse Modifier and Type Method Description ListIntegrationInstancesResponse.BuilderListIntegrationInstancesResponse.Builder. copy(ListIntegrationInstancesResponse o)Copy method to populate the builder with values from the given instance.
-