Uses of Class
com.oracle.bmc.apigateway.requests.ListUsagePlansRequest
-
Packages that use ListUsagePlansRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of ListUsagePlansRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type ListUsagePlansRequest Modifier and Type Method Description ListUsagePlansResponse
UsagePlans. listUsagePlans(ListUsagePlansRequest request)
Returns a list of usage plans.Future<ListUsagePlansResponse>
UsagePlansAsync. listUsagePlans(ListUsagePlansRequest request, AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
Returns a list of usage plans.Future<ListUsagePlansResponse>
UsagePlansAsyncClient. listUsagePlans(ListUsagePlansRequest request, AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
ListUsagePlansResponse
UsagePlansClient. listUsagePlans(ListUsagePlansRequest request)
Iterable<UsagePlanSummary>
UsagePlansPaginators. listUsagePlansRecordIterator(ListUsagePlansRequest request)
Creates a new iterable which will iterate over theUsagePlanSummary
objects contained in responses from the listUsagePlans operation.Iterable<ListUsagePlansResponse>
UsagePlansPaginators. listUsagePlansResponseIterator(ListUsagePlansRequest request)
Creates a new iterable which will iterate over the responses received from the listUsagePlans operation.Method parameters in com.oracle.bmc.apigateway with type arguments of type ListUsagePlansRequest Modifier and Type Method Description Future<ListUsagePlansResponse>
UsagePlansAsync. listUsagePlans(ListUsagePlansRequest request, AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
Returns a list of usage plans.Future<ListUsagePlansResponse>
UsagePlansAsyncClient. listUsagePlans(ListUsagePlansRequest request, AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
-
Uses of ListUsagePlansRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ListUsagePlansRequest Modifier and Type Method Description ListUsagePlansRequest
ListUsagePlansRequest.Builder. build()
Build the instance of ListUsagePlansRequest as configured by this builderListUsagePlansRequest
ListUsagePlansRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUsagePlansRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type ListUsagePlansRequest Modifier and Type Method Description ListUsagePlansRequest.Builder
ListUsagePlansRequest.Builder. copy(ListUsagePlansRequest o)
Copy method to populate the builder with values from the given instance.
-