Uses of Class
com.oracle.bmc.wlms.requests.GetAgreementRequest
-
Packages that use GetAgreementRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of GetAgreementRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type GetAgreementRequest Modifier and Type Method Description GetAgreementResponseWeblogicManagementService. getAgreement(GetAgreementRequest request)Returns the terms and conditions of use agreement.Future<GetAgreementResponse>WeblogicManagementServiceAsync. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)Returns the terms and conditions of use agreement.Future<GetAgreementResponse>WeblogicManagementServiceAsyncClient. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)GetAgreementResponseWeblogicManagementServiceClient. getAgreement(GetAgreementRequest request)Method parameters in com.oracle.bmc.wlms with type arguments of type GetAgreementRequest Modifier and Type Method Description Future<GetAgreementResponse>WeblogicManagementServiceAsync. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler)Returns the terms and conditions of use agreement.Future<GetAgreementResponse>WeblogicManagementServiceAsyncClient. getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler) -
Uses of GetAgreementRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return GetAgreementRequest Modifier and Type Method Description GetAgreementRequestGetAgreementRequest.Builder. build()Build the instance of GetAgreementRequest as configured by this builderGetAgreementRequestGetAgreementRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAgreementRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type GetAgreementRequest Modifier and Type Method Description GetAgreementRequest.BuilderGetAgreementRequest.Builder. copy(GetAgreementRequest o)Copy method to populate the builder with values from the given instance.
-