Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ImportAsProvisionedProductResponse
-
Packages that use ImportAsProvisionedProductResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of ImportAsProvisionedProductResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return ImportAsProvisionedProductResponse Modifier and Type Method Description default ImportAsProvisionedProductResponseServiceCatalogClient. importAsProvisionedProduct(Consumer<ImportAsProvisionedProductRequest.Builder> importAsProvisionedProductRequest)Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact.default ImportAsProvisionedProductResponseServiceCatalogClient. importAsProvisionedProduct(ImportAsProvisionedProductRequest importAsProvisionedProductRequest)Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type ImportAsProvisionedProductResponse Modifier and Type Method Description default CompletableFuture<ImportAsProvisionedProductResponse>ServiceCatalogAsyncClient. importAsProvisionedProduct(Consumer<ImportAsProvisionedProductRequest.Builder> importAsProvisionedProductRequest)Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact.default CompletableFuture<ImportAsProvisionedProductResponse>ServiceCatalogAsyncClient. importAsProvisionedProduct(ImportAsProvisionedProductRequest importAsProvisionedProductRequest)Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact.
-