Uses of Class
software.amazon.awssdk.services.servicecatalog.model.NotifyProvisionProductEngineWorkflowResultResponse
-
Packages that use NotifyProvisionProductEngineWorkflowResultResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of NotifyProvisionProductEngineWorkflowResultResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return NotifyProvisionProductEngineWorkflowResultResponse Modifier and Type Method Description default NotifyProvisionProductEngineWorkflowResultResponseServiceCatalogClient. notifyProvisionProductEngineWorkflowResult(Consumer<NotifyProvisionProductEngineWorkflowResultRequest.Builder> notifyProvisionProductEngineWorkflowResultRequest)Notifies the result of the provisioning engine execution.default NotifyProvisionProductEngineWorkflowResultResponseServiceCatalogClient. notifyProvisionProductEngineWorkflowResult(NotifyProvisionProductEngineWorkflowResultRequest notifyProvisionProductEngineWorkflowResultRequest)Notifies the result of the provisioning engine execution.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type NotifyProvisionProductEngineWorkflowResultResponse Modifier and Type Method Description default CompletableFuture<NotifyProvisionProductEngineWorkflowResultResponse>ServiceCatalogAsyncClient. notifyProvisionProductEngineWorkflowResult(Consumer<NotifyProvisionProductEngineWorkflowResultRequest.Builder> notifyProvisionProductEngineWorkflowResultRequest)Notifies the result of the provisioning engine execution.default CompletableFuture<NotifyProvisionProductEngineWorkflowResultResponse>ServiceCatalogAsyncClient. notifyProvisionProductEngineWorkflowResult(NotifyProvisionProductEngineWorkflowResultRequest notifyProvisionProductEngineWorkflowResultRequest)Notifies the result of the provisioning engine execution.
-