Uses of Class
com.oracle.bmc.marketplacepublisher.requests.CreateArtifactRequest
-
Packages that use CreateArtifactRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateArtifactRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type CreateArtifactRequest Modifier and Type Method Description CreateArtifactResponseMarketplacePublisher. createArtifact(CreateArtifactRequest request)Creates a new artifact in your compartment.Future<CreateArtifactResponse>MarketplacePublisherAsync. createArtifact(CreateArtifactRequest request, AsyncHandler<CreateArtifactRequest,CreateArtifactResponse> handler)Creates a new artifact in your compartment.Future<CreateArtifactResponse>MarketplacePublisherAsyncClient. createArtifact(CreateArtifactRequest request, AsyncHandler<CreateArtifactRequest,CreateArtifactResponse> handler)CreateArtifactResponseMarketplacePublisherClient. createArtifact(CreateArtifactRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateArtifactRequest Modifier and Type Method Description Future<CreateArtifactResponse>MarketplacePublisherAsync. createArtifact(CreateArtifactRequest request, AsyncHandler<CreateArtifactRequest,CreateArtifactResponse> handler)Creates a new artifact in your compartment.Future<CreateArtifactResponse>MarketplacePublisherAsyncClient. createArtifact(CreateArtifactRequest request, AsyncHandler<CreateArtifactRequest,CreateArtifactResponse> handler) -
Uses of CreateArtifactRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateArtifactRequest Modifier and Type Method Description CreateArtifactRequestCreateArtifactRequest.Builder. build()Build the instance of CreateArtifactRequest as configured by this builderCreateArtifactRequestCreateArtifactRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateArtifactRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateArtifactRequest Modifier and Type Method Description CreateArtifactRequest.BuilderCreateArtifactRequest.Builder. copy(CreateArtifactRequest o)Copy method to populate the builder with values from the given instance.
-