Uses of Class
com.oracle.bmc.marketplace.requests.GetAcceptedAgreementRequest
-
Packages that use GetAcceptedAgreementRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of GetAcceptedAgreementRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type GetAcceptedAgreementRequest Modifier and Type Method Description GetAcceptedAgreementResponseMarketplace. getAcceptedAgreement(GetAcceptedAgreementRequest request)Gets the details of a specific, previously accepted terms of use agreement.Future<GetAcceptedAgreementResponse>MarketplaceAsync. getAcceptedAgreement(GetAcceptedAgreementRequest request, AsyncHandler<GetAcceptedAgreementRequest,GetAcceptedAgreementResponse> handler)Gets the details of a specific, previously accepted terms of use agreement.Future<GetAcceptedAgreementResponse>MarketplaceAsyncClient. getAcceptedAgreement(GetAcceptedAgreementRequest request, AsyncHandler<GetAcceptedAgreementRequest,GetAcceptedAgreementResponse> handler)GetAcceptedAgreementResponseMarketplaceClient. getAcceptedAgreement(GetAcceptedAgreementRequest request)Method parameters in com.oracle.bmc.marketplace with type arguments of type GetAcceptedAgreementRequest Modifier and Type Method Description Future<GetAcceptedAgreementResponse>MarketplaceAsync. getAcceptedAgreement(GetAcceptedAgreementRequest request, AsyncHandler<GetAcceptedAgreementRequest,GetAcceptedAgreementResponse> handler)Gets the details of a specific, previously accepted terms of use agreement.Future<GetAcceptedAgreementResponse>MarketplaceAsyncClient. getAcceptedAgreement(GetAcceptedAgreementRequest request, AsyncHandler<GetAcceptedAgreementRequest,GetAcceptedAgreementResponse> handler) -
Uses of GetAcceptedAgreementRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return GetAcceptedAgreementRequest Modifier and Type Method Description GetAcceptedAgreementRequestGetAcceptedAgreementRequest.Builder. build()Build the instance of GetAcceptedAgreementRequest as configured by this builderGetAcceptedAgreementRequestGetAcceptedAgreementRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAcceptedAgreementRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type GetAcceptedAgreementRequest Modifier and Type Method Description GetAcceptedAgreementRequest.BuilderGetAcceptedAgreementRequest.Builder. copy(GetAcceptedAgreementRequest o)Copy method to populate the builder with values from the given instance.
-