Uses of Class
com.oracle.bmc.core.responses.ListServicesResponse
-
Packages that use ListServicesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListServicesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListServicesResponse Modifier and Type Method Description ListServicesResponseVirtualNetwork. listServices(ListServicesRequest request)Lists the availableServiceobjects that you can enable for a service gateway in this region.ListServicesResponseVirtualNetworkClient. listServices(ListServicesRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListServicesResponse Modifier and Type Method Description Future<ListServicesResponse>VirtualNetworkAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)Lists the availableServiceobjects that you can enable for a service gateway in this region.Future<ListServicesResponse>VirtualNetworkAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)Iterable<ListServicesResponse>VirtualNetworkPaginators. listServicesResponseIterator(ListServicesRequest request)Creates a new iterable which will iterate over the responses received from the listServices operation.Method parameters in com.oracle.bmc.core with type arguments of type ListServicesResponse Modifier and Type Method Description Future<ListServicesResponse>VirtualNetworkAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)Lists the availableServiceobjects that you can enable for a service gateway in this region.Future<ListServicesResponse>VirtualNetworkAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler) -
Uses of ListServicesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListServicesResponse Modifier and Type Method Description ListServicesResponseListServicesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListServicesResponse Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. copy(ListServicesResponse o)Copy method to populate the builder with values from the given instance.
-