Uses of Class
com.oracle.bmc.osubsubscription.requests.ListRateCardsRequest
-
Packages that use ListRateCardsRequest Package Description com.oracle.bmc.osubsubscription com.oracle.bmc.osubsubscription.requests -
-
Uses of ListRateCardsRequest in com.oracle.bmc.osubsubscription
Methods in com.oracle.bmc.osubsubscription with parameters of type ListRateCardsRequest Modifier and Type Method Description ListRateCardsResponse
Ratecard. listRateCards(ListRateCardsRequest request)
List API that returns all ratecards for given Subscription Id and Account ID (if provided) and for a particular date rangeFuture<ListRateCardsResponse>
RatecardAsync. listRateCards(ListRateCardsRequest request, AsyncHandler<ListRateCardsRequest,ListRateCardsResponse> handler)
List API that returns all ratecards for given Subscription Id and Account ID (if provided) and for a particular date rangeFuture<ListRateCardsResponse>
RatecardAsyncClient. listRateCards(ListRateCardsRequest request, AsyncHandler<ListRateCardsRequest,ListRateCardsResponse> handler)
ListRateCardsResponse
RatecardClient. listRateCards(ListRateCardsRequest request)
Iterable<RateCardSummary>
RatecardPaginators. listRateCardsRecordIterator(ListRateCardsRequest request)
Creates a new iterable which will iterate over theRateCardSummary
objects contained in responses from the listRateCards operation.Iterable<ListRateCardsResponse>
RatecardPaginators. listRateCardsResponseIterator(ListRateCardsRequest request)
Creates a new iterable which will iterate over the responses received from the listRateCards operation.Method parameters in com.oracle.bmc.osubsubscription with type arguments of type ListRateCardsRequest Modifier and Type Method Description Future<ListRateCardsResponse>
RatecardAsync. listRateCards(ListRateCardsRequest request, AsyncHandler<ListRateCardsRequest,ListRateCardsResponse> handler)
List API that returns all ratecards for given Subscription Id and Account ID (if provided) and for a particular date rangeFuture<ListRateCardsResponse>
RatecardAsyncClient. listRateCards(ListRateCardsRequest request, AsyncHandler<ListRateCardsRequest,ListRateCardsResponse> handler)
-
Uses of ListRateCardsRequest in com.oracle.bmc.osubsubscription.requests
Methods in com.oracle.bmc.osubsubscription.requests that return ListRateCardsRequest Modifier and Type Method Description ListRateCardsRequest
ListRateCardsRequest.Builder. build()
Build the instance of ListRateCardsRequest as configured by this builderListRateCardsRequest
ListRateCardsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListRateCardsRequest as configured by this builderMethods in com.oracle.bmc.osubsubscription.requests with parameters of type ListRateCardsRequest Modifier and Type Method Description ListRateCardsRequest.Builder
ListRateCardsRequest.Builder. copy(ListRateCardsRequest o)
Copy method to populate the builder with values from the given instance.
-