Uses of Class
software.amazon.awssdk.services.servicecatalog.model.NotifyUpdateProvisionedProductEngineWorkflowResultResponse
-
Packages that use NotifyUpdateProvisionedProductEngineWorkflowResultResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of NotifyUpdateProvisionedProductEngineWorkflowResultResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return NotifyUpdateProvisionedProductEngineWorkflowResultResponse Modifier and Type Method Description default NotifyUpdateProvisionedProductEngineWorkflowResultResponseServiceCatalogClient. notifyUpdateProvisionedProductEngineWorkflowResult(Consumer<NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder> notifyUpdateProvisionedProductEngineWorkflowResultRequest)Notifies the result of the update engine execution.default NotifyUpdateProvisionedProductEngineWorkflowResultResponseServiceCatalogClient. notifyUpdateProvisionedProductEngineWorkflowResult(NotifyUpdateProvisionedProductEngineWorkflowResultRequest notifyUpdateProvisionedProductEngineWorkflowResultRequest)Notifies the result of the update engine execution.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type NotifyUpdateProvisionedProductEngineWorkflowResultResponse Modifier and Type Method Description default CompletableFuture<NotifyUpdateProvisionedProductEngineWorkflowResultResponse>ServiceCatalogAsyncClient. notifyUpdateProvisionedProductEngineWorkflowResult(Consumer<NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder> notifyUpdateProvisionedProductEngineWorkflowResultRequest)Notifies the result of the update engine execution.default CompletableFuture<NotifyUpdateProvisionedProductEngineWorkflowResultResponse>ServiceCatalogAsyncClient. notifyUpdateProvisionedProductEngineWorkflowResult(NotifyUpdateProvisionedProductEngineWorkflowResultRequest notifyUpdateProvisionedProductEngineWorkflowResultRequest)Notifies the result of the update engine execution.
-