Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ValidateAndPublishArtifactResponse
-
Packages that use ValidateAndPublishArtifactResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ValidateAndPublishArtifactResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ValidateAndPublishArtifactResponse Modifier and Type Method Description ValidateAndPublishArtifactResponseMarketplacePublisher. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request)Validate and publish artifact.ValidateAndPublishArtifactResponseMarketplacePublisherClient. validateAndPublishArtifact(ValidateAndPublishArtifactRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ValidateAndPublishArtifactResponse 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)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ValidateAndPublishArtifactResponse 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 ValidateAndPublishArtifactResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ValidateAndPublishArtifactResponse Modifier and Type Method Description ValidateAndPublishArtifactResponseValidateAndPublishArtifactResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ValidateAndPublishArtifactResponse Modifier and Type Method Description ValidateAndPublishArtifactResponse.BuilderValidateAndPublishArtifactResponse.Builder. copy(ValidateAndPublishArtifactResponse o)Copy method to populate the builder with values from the given instance.
-