Uses of Class
com.oracle.bmc.marketplace.responses.GetAgreementResponse
-
Packages that use GetAgreementResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of GetAgreementResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return GetAgreementResponse 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.GetAgreementResponse
MarketplaceClient. getAgreement(GetAgreementRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type GetAgreementResponse 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)
Method parameters in com.oracle.bmc.marketplace with type arguments of type GetAgreementResponse 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 GetAgreementResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return GetAgreementResponse Modifier and Type Method Description GetAgreementResponse
GetAgreementResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type GetAgreementResponse Modifier and Type Method Description GetAgreementResponse.Builder
GetAgreementResponse.Builder. copy(GetAgreementResponse o)
Copy method to populate the builder with values from the given instance.
-