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 ValidateAndPublishArtifactResponse
MarketplacePublisher. 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)
ValidateAndPublishArtifactResponse
MarketplacePublisherClient. 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 ValidateAndPublishArtifactRequest
ValidateAndPublishArtifactRequest.Builder. build()
Build the instance of ValidateAndPublishArtifactRequest as configured by this builderValidateAndPublishArtifactRequest
ValidateAndPublishArtifactRequest.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.Builder
ValidateAndPublishArtifactRequest.Builder. copy(ValidateAndPublishArtifactRequest o)
Copy method to populate the builder with values from the given instance.
-