Uses of Class
com.oracle.bmc.marketplace.requests.UpdateAcceptedAgreementRequest
-
Packages that use UpdateAcceptedAgreementRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of UpdateAcceptedAgreementRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type UpdateAcceptedAgreementRequest Modifier and Type Method Description UpdateAcceptedAgreementResponseMarketplace. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request)Updates the display name or tags associated with a listing’s previously accepted terms of use agreement.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)UpdateAcceptedAgreementResponseMarketplaceClient. updateAcceptedAgreement(UpdateAcceptedAgreementRequest request)Method parameters in com.oracle.bmc.marketplace with type arguments of type UpdateAcceptedAgreementRequest 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 UpdateAcceptedAgreementRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return UpdateAcceptedAgreementRequest Modifier and Type Method Description UpdateAcceptedAgreementRequestUpdateAcceptedAgreementRequest.Builder. build()Build the instance of UpdateAcceptedAgreementRequest as configured by this builderUpdateAcceptedAgreementRequestUpdateAcceptedAgreementRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAcceptedAgreementRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type UpdateAcceptedAgreementRequest Modifier and Type Method Description UpdateAcceptedAgreementRequest.BuilderUpdateAcceptedAgreementRequest.Builder. copy(UpdateAcceptedAgreementRequest o)Copy method to populate the builder with values from the given instance.
-