Uses of Class
com.oracle.bmc.marketplace.requests.CreatePublicationRequest
-
Packages that use CreatePublicationRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of CreatePublicationRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type CreatePublicationRequest Modifier and Type Method Description CreatePublicationResponse
Marketplace. createPublication(CreatePublicationRequest request)
Creates a publication of the specified listing type with an optional default package.Future<CreatePublicationResponse>
MarketplaceAsync. createPublication(CreatePublicationRequest request, AsyncHandler<CreatePublicationRequest,CreatePublicationResponse> handler)
Creates a publication of the specified listing type with an optional default package.Future<CreatePublicationResponse>
MarketplaceAsyncClient. createPublication(CreatePublicationRequest request, AsyncHandler<CreatePublicationRequest,CreatePublicationResponse> handler)
CreatePublicationResponse
MarketplaceClient. createPublication(CreatePublicationRequest request)
Method parameters in com.oracle.bmc.marketplace with type arguments of type CreatePublicationRequest Modifier and Type Method Description Future<CreatePublicationResponse>
MarketplaceAsync. createPublication(CreatePublicationRequest request, AsyncHandler<CreatePublicationRequest,CreatePublicationResponse> handler)
Creates a publication of the specified listing type with an optional default package.Future<CreatePublicationResponse>
MarketplaceAsyncClient. createPublication(CreatePublicationRequest request, AsyncHandler<CreatePublicationRequest,CreatePublicationResponse> handler)
-
Uses of CreatePublicationRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return CreatePublicationRequest Modifier and Type Method Description CreatePublicationRequest
CreatePublicationRequest.Builder. build()
Build the instance of CreatePublicationRequest as configured by this builderCreatePublicationRequest
CreatePublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePublicationRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type CreatePublicationRequest Modifier and Type Method Description CreatePublicationRequest.Builder
CreatePublicationRequest.Builder. copy(CreatePublicationRequest o)
Copy method to populate the builder with values from the given instance.
-