Uses of Class
com.oracle.bmc.apigateway.responses.ListGatewaysResponse
-
Packages that use ListGatewaysResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of ListGatewaysResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return ListGatewaysResponse Modifier and Type Method Description ListGatewaysResponseGateway. listGateways(ListGatewaysRequest request)Returns a list of gateways.ListGatewaysResponseGatewayClient. listGateways(ListGatewaysRequest request)Methods in com.oracle.bmc.apigateway that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description Future<ListGatewaysResponse>GatewayAsync. listGateways(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResponse> handler)Returns a list of gateways.Future<ListGatewaysResponse>GatewayAsyncClient. listGateways(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResponse> handler)Iterable<ListGatewaysResponse>GatewayPaginators. listGatewaysResponseIterator(ListGatewaysRequest request)Creates a new iterable which will iterate over the responses received from the listGateways operation.Method parameters in com.oracle.bmc.apigateway with type arguments of type ListGatewaysResponse Modifier and Type Method Description Future<ListGatewaysResponse>GatewayAsync. listGateways(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResponse> handler)Returns a list of gateways.Future<ListGatewaysResponse>GatewayAsyncClient. listGateways(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResponse> handler) -
Uses of ListGatewaysResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ListGatewaysResponse Modifier and Type Method Description ListGatewaysResponseListGatewaysResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type ListGatewaysResponse Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. copy(ListGatewaysResponse o)Copy method to populate the builder with values from the given instance.
-