Uses of Class
com.oracle.bmc.wlms.requests.CreateAgreementRecordRequest
-
Packages that use CreateAgreementRecordRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of CreateAgreementRecordRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type CreateAgreementRecordRequest Modifier and Type Method Description CreateAgreementRecordResponseWeblogicManagementService. createAgreementRecord(CreateAgreementRecordRequest request)Creates a terms of use agreement record for a WebLogic domain.Future<CreateAgreementRecordResponse>WeblogicManagementServiceAsync. createAgreementRecord(CreateAgreementRecordRequest request, AsyncHandler<CreateAgreementRecordRequest,CreateAgreementRecordResponse> handler)Creates a terms of use agreement record for a WebLogic domain.Future<CreateAgreementRecordResponse>WeblogicManagementServiceAsyncClient. createAgreementRecord(CreateAgreementRecordRequest request, AsyncHandler<CreateAgreementRecordRequest,CreateAgreementRecordResponse> handler)CreateAgreementRecordResponseWeblogicManagementServiceClient. createAgreementRecord(CreateAgreementRecordRequest request)Method parameters in com.oracle.bmc.wlms with type arguments of type CreateAgreementRecordRequest Modifier and Type Method Description Future<CreateAgreementRecordResponse>WeblogicManagementServiceAsync. createAgreementRecord(CreateAgreementRecordRequest request, AsyncHandler<CreateAgreementRecordRequest,CreateAgreementRecordResponse> handler)Creates a terms of use agreement record for a WebLogic domain.Future<CreateAgreementRecordResponse>WeblogicManagementServiceAsyncClient. createAgreementRecord(CreateAgreementRecordRequest request, AsyncHandler<CreateAgreementRecordRequest,CreateAgreementRecordResponse> handler) -
Uses of CreateAgreementRecordRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return CreateAgreementRecordRequest Modifier and Type Method Description CreateAgreementRecordRequestCreateAgreementRecordRequest.Builder. build()Build the instance of CreateAgreementRecordRequest as configured by this builderCreateAgreementRecordRequestCreateAgreementRecordRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateAgreementRecordRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type CreateAgreementRecordRequest Modifier and Type Method Description CreateAgreementRecordRequest.BuilderCreateAgreementRecordRequest.Builder. copy(CreateAgreementRecordRequest o)Copy method to populate the builder with values from the given instance.
-