Uses of Class
com.oracle.bmc.marketplace.requests.GetAgreementRequest
-
Packages that use GetAgreementRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of GetAgreementRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type GetAgreementRequest Modifier and Type Method Description GetAgreementResponse
Marketplace. getAgreement(GetAgreementRequest request)
Returns a terms of use agreement for a package with a time-based signature that can be used to accept the agreement.Future<GetAgreementResponse>
MarketplaceAsync. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)
Returns a terms of use agreement for a package with a time-based signature that can be used to accept the agreement.Future<GetAgreementResponse>
MarketplaceAsyncClient. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)
GetAgreementResponse
MarketplaceClient. getAgreement(GetAgreementRequest request)
Method parameters in com.oracle.bmc.marketplace with type arguments of type GetAgreementRequest Modifier and Type Method Description Future<GetAgreementResponse>
MarketplaceAsync. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)
Returns a terms of use agreement for a package with a time-based signature that can be used to accept the agreement.Future<GetAgreementResponse>
MarketplaceAsyncClient. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)
-
Uses of GetAgreementRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return GetAgreementRequest Modifier and Type Method Description GetAgreementRequest
GetAgreementRequest.Builder. build()
Build the instance of GetAgreementRequest as configured by this builderGetAgreementRequest
GetAgreementRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAgreementRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type GetAgreementRequest Modifier and Type Method Description GetAgreementRequest.Builder
GetAgreementRequest.Builder. copy(GetAgreementRequest o)
Copy method to populate the builder with values from the given instance.
-