Uses of Class
com.oracle.bmc.osubsubscription.requests.GetCommitmentRequest
-
Packages that use GetCommitmentRequest Package Description com.oracle.bmc.osubsubscription com.oracle.bmc.osubsubscription.requests -
-
Uses of GetCommitmentRequest in com.oracle.bmc.osubsubscription
Methods in com.oracle.bmc.osubsubscription with parameters of type GetCommitmentRequest Modifier and Type Method Description GetCommitmentResponse
Commitment. getCommitment(GetCommitmentRequest request)
This API returns the commitment details corresponding to the id providedFuture<GetCommitmentResponse>
CommitmentAsync. getCommitment(GetCommitmentRequest request, AsyncHandler<GetCommitmentRequest,GetCommitmentResponse> handler)
This API returns the commitment details corresponding to the id providedFuture<GetCommitmentResponse>
CommitmentAsyncClient. getCommitment(GetCommitmentRequest request, AsyncHandler<GetCommitmentRequest,GetCommitmentResponse> handler)
GetCommitmentResponse
CommitmentClient. getCommitment(GetCommitmentRequest request)
Method parameters in com.oracle.bmc.osubsubscription with type arguments of type GetCommitmentRequest Modifier and Type Method Description Future<GetCommitmentResponse>
CommitmentAsync. getCommitment(GetCommitmentRequest request, AsyncHandler<GetCommitmentRequest,GetCommitmentResponse> handler)
This API returns the commitment details corresponding to the id providedFuture<GetCommitmentResponse>
CommitmentAsyncClient. getCommitment(GetCommitmentRequest request, AsyncHandler<GetCommitmentRequest,GetCommitmentResponse> handler)
-
Uses of GetCommitmentRequest in com.oracle.bmc.osubsubscription.requests
Methods in com.oracle.bmc.osubsubscription.requests that return GetCommitmentRequest Modifier and Type Method Description GetCommitmentRequest
GetCommitmentRequest.Builder. build()
Build the instance of GetCommitmentRequest as configured by this builderGetCommitmentRequest
GetCommitmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCommitmentRequest as configured by this builderMethods in com.oracle.bmc.osubsubscription.requests with parameters of type GetCommitmentRequest Modifier and Type Method Description GetCommitmentRequest.Builder
GetCommitmentRequest.Builder. copy(GetCommitmentRequest o)
Copy method to populate the builder with values from the given instance.
-