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 CreatePublicationResponseMarketplace. 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)CreatePublicationResponseMarketplaceClient. 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 CreatePublicationRequestCreatePublicationRequest.Builder. build()Build the instance of CreatePublicationRequest as configured by this builderCreatePublicationRequestCreatePublicationRequest.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.BuilderCreatePublicationRequest.Builder. copy(CreatePublicationRequest o)Copy method to populate the builder with values from the given instance.
-