Uses of Class
com.oracle.bmc.marketplace.responses.CreatePublicationResponse
-
Packages that use CreatePublicationResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of CreatePublicationResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return CreatePublicationResponse Modifier and Type Method Description CreatePublicationResponseMarketplace. createPublication(CreatePublicationRequest request)Creates a publication of the specified listing type with an optional default package.CreatePublicationResponseMarketplaceClient. createPublication(CreatePublicationRequest request)Methods in com.oracle.bmc.marketplace that return types with arguments of type CreatePublicationResponse 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)Method parameters in com.oracle.bmc.marketplace with type arguments of type CreatePublicationResponse 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 CreatePublicationResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return CreatePublicationResponse Modifier and Type Method Description CreatePublicationResponseCreatePublicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type CreatePublicationResponse Modifier and Type Method Description CreatePublicationResponse.BuilderCreatePublicationResponse.Builder. copy(CreatePublicationResponse o)Copy method to populate the builder with values from the given instance.
-