Uses of Class
com.oracle.bmc.core.responses.GetAppCatalogListingAgreementsResponse
-
Packages that use GetAppCatalogListingAgreementsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetAppCatalogListingAgreementsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetAppCatalogListingAgreementsResponse Modifier and Type Method Description GetAppCatalogListingAgreementsResponse
Compute. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request)
Retrieves the agreements for a particular resource version of a listing.GetAppCatalogListingAgreementsResponse
ComputeClient. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetAppCatalogListingAgreementsResponse Modifier and Type Method Description Future<GetAppCatalogListingAgreementsResponse>
ComputeAsync. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request, AsyncHandler<GetAppCatalogListingAgreementsRequest,GetAppCatalogListingAgreementsResponse> handler)
Retrieves the agreements for a particular resource version of a listing.Future<GetAppCatalogListingAgreementsResponse>
ComputeAsyncClient. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request, AsyncHandler<GetAppCatalogListingAgreementsRequest,GetAppCatalogListingAgreementsResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetAppCatalogListingAgreementsResponse Modifier and Type Method Description Future<GetAppCatalogListingAgreementsResponse>
ComputeAsync. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request, AsyncHandler<GetAppCatalogListingAgreementsRequest,GetAppCatalogListingAgreementsResponse> handler)
Retrieves the agreements for a particular resource version of a listing.Future<GetAppCatalogListingAgreementsResponse>
ComputeAsyncClient. getAppCatalogListingAgreements(GetAppCatalogListingAgreementsRequest request, AsyncHandler<GetAppCatalogListingAgreementsRequest,GetAppCatalogListingAgreementsResponse> handler)
-
Uses of GetAppCatalogListingAgreementsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetAppCatalogListingAgreementsResponse Modifier and Type Method Description GetAppCatalogListingAgreementsResponse
GetAppCatalogListingAgreementsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetAppCatalogListingAgreementsResponse Modifier and Type Method Description GetAppCatalogListingAgreementsResponse.Builder
GetAppCatalogListingAgreementsResponse.Builder. copy(GetAppCatalogListingAgreementsResponse o)
Copy method to populate the builder with values from the given instance.
-