Uses of Class
com.oracle.bmc.core.requests.ListServiceGatewaysRequest
-
Packages that use ListServiceGatewaysRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListServiceGatewaysRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListServiceGatewaysRequest Modifier and Type Method Description ListServiceGatewaysResponseVirtualNetwork. listServiceGateways(ListServiceGatewaysRequest request)Lists the service gateways in the specified compartment.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)ListServiceGatewaysResponseVirtualNetworkClient. listServiceGateways(ListServiceGatewaysRequest request)Iterable<ServiceGateway>VirtualNetworkPaginators. listServiceGatewaysRecordIterator(ListServiceGatewaysRequest request)Creates a new iterable which will iterate over theServiceGatewayobjects contained in responses from the listServiceGateways operation.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 ListServiceGatewaysRequest 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 ListServiceGatewaysRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListServiceGatewaysRequest Modifier and Type Method Description ListServiceGatewaysRequestListServiceGatewaysRequest.Builder. build()Build the instance of ListServiceGatewaysRequest as configured by this builderListServiceGatewaysRequestListServiceGatewaysRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListServiceGatewaysRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListServiceGatewaysRequest Modifier and Type Method Description ListServiceGatewaysRequest.BuilderListServiceGatewaysRequest.Builder. copy(ListServiceGatewaysRequest o)Copy method to populate the builder with values from the given instance.
-