Uses of Class
com.oracle.bmc.core.responses.ListServiceGatewaysResponse
-
Packages that use ListServiceGatewaysResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListServiceGatewaysResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListServiceGatewaysResponse Modifier and Type Method Description ListServiceGatewaysResponse
VirtualNetwork. listServiceGateways(ListServiceGatewaysRequest request)
Lists the service gateways in the specified compartment.ListServiceGatewaysResponse
VirtualNetworkClient. listServiceGateways(ListServiceGatewaysRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListServiceGatewaysResponse Modifier and Type Method Description Future<ListServiceGatewaysResponse>
VirtualNetworkAsync. listServiceGateways(ListServiceGatewaysRequest request, AsyncHandler<ListServiceGatewaysRequest,ListServiceGatewaysResponse> handler)
Lists the service gateways in the specified compartment.Future<ListServiceGatewaysResponse>
VirtualNetworkAsyncClient. listServiceGateways(ListServiceGatewaysRequest request, AsyncHandler<ListServiceGatewaysRequest,ListServiceGatewaysResponse> handler)
Iterable<ListServiceGatewaysResponse>
VirtualNetworkPaginators. listServiceGatewaysResponseIterator(ListServiceGatewaysRequest request)
Creates a new iterable which will iterate over the responses received from the listServiceGateways operation.Method parameters in com.oracle.bmc.core with type arguments of type ListServiceGatewaysResponse Modifier and Type Method Description Future<ListServiceGatewaysResponse>
VirtualNetworkAsync. listServiceGateways(ListServiceGatewaysRequest request, AsyncHandler<ListServiceGatewaysRequest,ListServiceGatewaysResponse> handler)
Lists the service gateways in the specified compartment.Future<ListServiceGatewaysResponse>
VirtualNetworkAsyncClient. listServiceGateways(ListServiceGatewaysRequest request, AsyncHandler<ListServiceGatewaysRequest,ListServiceGatewaysResponse> handler)
-
Uses of ListServiceGatewaysResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListServiceGatewaysResponse Modifier and Type Method Description ListServiceGatewaysResponse
ListServiceGatewaysResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListServiceGatewaysResponse Modifier and Type Method Description ListServiceGatewaysResponse.Builder
ListServiceGatewaysResponse.Builder. copy(ListServiceGatewaysResponse o)
Copy method to populate the builder with values from the given instance.
-