Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ValidateAndPublishArtifactRequest
-
Packages that use ValidateAndPublishArtifactRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ValidateAndPublishArtifactRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ValidateAndPublishArtifactRequest Modifier and Type Method Description ValidateAndPublishArtifactResponseMarketplacePublisher. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request)Validate and publish artifact.Future<ValidateAndPublishArtifactResponse>MarketplacePublisherAsync. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request, AsyncHandler<ValidateAndPublishArtifactRequest,ValidateAndPublishArtifactResponse> handler)Validate and publish artifact.Future<ValidateAndPublishArtifactResponse>MarketplacePublisherAsyncClient. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request, AsyncHandler<ValidateAndPublishArtifactRequest,ValidateAndPublishArtifactResponse> handler)ValidateAndPublishArtifactResponseMarketplacePublisherClient. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ValidateAndPublishArtifactRequest Modifier and Type Method Description Future<ValidateAndPublishArtifactResponse>MarketplacePublisherAsync. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request, AsyncHandler<ValidateAndPublishArtifactRequest,ValidateAndPublishArtifactResponse> handler)Validate and publish artifact.Future<ValidateAndPublishArtifactResponse>MarketplacePublisherAsyncClient. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request, AsyncHandler<ValidateAndPublishArtifactRequest,ValidateAndPublishArtifactResponse> handler) -
Uses of ValidateAndPublishArtifactRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ValidateAndPublishArtifactRequest Modifier and Type Method Description ValidateAndPublishArtifactRequestValidateAndPublishArtifactRequest.Builder. build()Build the instance of ValidateAndPublishArtifactRequest as configured by this builderValidateAndPublishArtifactRequestValidateAndPublishArtifactRequest.Builder. buildWithoutInvocationCallback()Build the instance of ValidateAndPublishArtifactRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ValidateAndPublishArtifactRequest Modifier and Type Method Description ValidateAndPublishArtifactRequest.BuilderValidateAndPublishArtifactRequest.Builder. copy(ValidateAndPublishArtifactRequest o)Copy method to populate the builder with values from the given instance.
-