Uses of Class
com.oracle.bmc.marketplace.responses.UpdateAcceptedAgreementResponse
-
Packages that use UpdateAcceptedAgreementResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of UpdateAcceptedAgreementResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return UpdateAcceptedAgreementResponse Modifier and Type Method Description UpdateAcceptedAgreementResponse
Marketplace. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request)
Updates the display name or tags associated with a listing’s previously accepted terms of use agreement.UpdateAcceptedAgreementResponse
MarketplaceClient. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type UpdateAcceptedAgreementResponse Modifier and Type Method Description Future<UpdateAcceptedAgreementResponse>
MarketplaceAsync. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request, AsyncHandler<UpdateAcceptedAgreementRequest,UpdateAcceptedAgreementResponse> handler)
Updates the display name or tags associated with a listing’s previously accepted terms of use agreement.Future<UpdateAcceptedAgreementResponse>
MarketplaceAsyncClient. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request, AsyncHandler<UpdateAcceptedAgreementRequest,UpdateAcceptedAgreementResponse> handler)
Method parameters in com.oracle.bmc.marketplace with type arguments of type UpdateAcceptedAgreementResponse Modifier and Type Method Description Future<UpdateAcceptedAgreementResponse>
MarketplaceAsync. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request, AsyncHandler<UpdateAcceptedAgreementRequest,UpdateAcceptedAgreementResponse> handler)
Updates the display name or tags associated with a listing’s previously accepted terms of use agreement.Future<UpdateAcceptedAgreementResponse>
MarketplaceAsyncClient. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request, AsyncHandler<UpdateAcceptedAgreementRequest,UpdateAcceptedAgreementResponse> handler)
-
Uses of UpdateAcceptedAgreementResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return UpdateAcceptedAgreementResponse Modifier and Type Method Description UpdateAcceptedAgreementResponse
UpdateAcceptedAgreementResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type UpdateAcceptedAgreementResponse Modifier and Type Method Description UpdateAcceptedAgreementResponse.Builder
UpdateAcceptedAgreementResponse.Builder. copy(UpdateAcceptedAgreementResponse o)
Copy method to populate the builder with values from the given instance.
-