Uses of Class
com.oracle.bmc.osubsubscription.requests.ListCommitmentsRequest
-
Packages that use ListCommitmentsRequest Package Description com.oracle.bmc.osubsubscription com.oracle.bmc.osubsubscription.requests -
-
Uses of ListCommitmentsRequest in com.oracle.bmc.osubsubscription
Methods in com.oracle.bmc.osubsubscription with parameters of type ListCommitmentsRequest Modifier and Type Method Description ListCommitmentsResponseCommitment. listCommitments(ListCommitmentsRequest request)This list API returns all commitments for a particular Subscribed ServiceFuture<ListCommitmentsResponse>CommitmentAsync. listCommitments(ListCommitmentsRequest request, AsyncHandler<ListCommitmentsRequest,ListCommitmentsResponse> handler)This list API returns all commitments for a particular Subscribed ServiceFuture<ListCommitmentsResponse>CommitmentAsyncClient. listCommitments(ListCommitmentsRequest request, AsyncHandler<ListCommitmentsRequest,ListCommitmentsResponse> handler)ListCommitmentsResponseCommitmentClient. listCommitments(ListCommitmentsRequest request)Iterable<CommitmentSummary>CommitmentPaginators. listCommitmentsRecordIterator(ListCommitmentsRequest request)Creates a new iterable which will iterate over theCommitmentSummaryobjects contained in responses from the listCommitments operation.Iterable<ListCommitmentsResponse>CommitmentPaginators. listCommitmentsResponseIterator(ListCommitmentsRequest request)Creates a new iterable which will iterate over the responses received from the listCommitments operation.Method parameters in com.oracle.bmc.osubsubscription with type arguments of type ListCommitmentsRequest Modifier and Type Method Description Future<ListCommitmentsResponse>CommitmentAsync. listCommitments(ListCommitmentsRequest request, AsyncHandler<ListCommitmentsRequest,ListCommitmentsResponse> handler)This list API returns all commitments for a particular Subscribed ServiceFuture<ListCommitmentsResponse>CommitmentAsyncClient. listCommitments(ListCommitmentsRequest request, AsyncHandler<ListCommitmentsRequest,ListCommitmentsResponse> handler) -
Uses of ListCommitmentsRequest in com.oracle.bmc.osubsubscription.requests
Methods in com.oracle.bmc.osubsubscription.requests that return ListCommitmentsRequest Modifier and Type Method Description ListCommitmentsRequestListCommitmentsRequest.Builder. build()Build the instance of ListCommitmentsRequest as configured by this builderListCommitmentsRequestListCommitmentsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCommitmentsRequest as configured by this builderMethods in com.oracle.bmc.osubsubscription.requests with parameters of type ListCommitmentsRequest Modifier and Type Method Description ListCommitmentsRequest.BuilderListCommitmentsRequest.Builder. copy(ListCommitmentsRequest o)Copy method to populate the builder with values from the given instance.
-