Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
ListUsagePlansResponse |
UsagePlansClient.listUsagePlans(ListUsagePlansRequest request) |
ListUsagePlansResponse |
UsagePlans.listUsagePlans(ListUsagePlansRequest request)
Returns a list of usage plans.
|
Future<ListUsagePlansResponse> |
UsagePlansAsyncClient.listUsagePlans(ListUsagePlansRequest request,
AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler) |
Future<ListUsagePlansResponse> |
UsagePlansAsync.listUsagePlans(ListUsagePlansRequest request,
AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
Returns a list of usage plans.
|
Iterable<UsagePlanSummary> |
UsagePlansPaginators.listUsagePlansRecordIterator(ListUsagePlansRequest request)
Creates a new iterable which will iterate over the
UsagePlanSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUsagePlansResponse> |
UsagePlansAsyncClient.listUsagePlans(ListUsagePlansRequest request,
AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler) |
Future<ListUsagePlansResponse> |
UsagePlansAsync.listUsagePlans(ListUsagePlansRequest request,
AsyncHandler<ListUsagePlansRequest,ListUsagePlansResponse> handler)
Returns a list of usage plans.
|
Modifier and Type | Method and Description |
---|---|
ListUsagePlansRequest |
ListUsagePlansRequest.Builder.build()
Build the instance of ListUsagePlansRequest as configured by this builder
|
ListUsagePlansRequest |
ListUsagePlansRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListUsagePlansRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListUsagePlansRequest.Builder |
ListUsagePlansRequest.Builder.copy(ListUsagePlansRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.