| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| Modifier and Type | Method and Description |
|---|---|
default DeletePortfolioResponse |
ServiceCatalogClient.deletePortfolio(Consumer<DeletePortfolioRequest.Builder> deletePortfolioRequest)
Deletes the specified portfolio.
|
default DeletePortfolioResponse |
ServiceCatalogClient.deletePortfolio(DeletePortfolioRequest deletePortfolioRequest)
Deletes the specified portfolio.
|
default DeleteProductResponse |
ServiceCatalogClient.deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)
Deletes the specified product.
|
default DeleteProductResponse |
ServiceCatalogClient.deleteProduct(DeleteProductRequest deleteProductRequest)
Deletes the specified product.
|
default DeleteProvisioningArtifactResponse |
ServiceCatalogClient.deleteProvisioningArtifact(Consumer<DeleteProvisioningArtifactRequest.Builder> deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default DeleteProvisioningArtifactResponse |
ServiceCatalogClient.deleteProvisioningArtifact(DeleteProvisioningArtifactRequest deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default DeleteServiceActionResponse |
ServiceCatalogClient.deleteServiceAction(Consumer<DeleteServiceActionRequest.Builder> deleteServiceActionRequest)
Deletes a self-service action.
|
default DeleteServiceActionResponse |
ServiceCatalogClient.deleteServiceAction(DeleteServiceActionRequest deleteServiceActionRequest)
Deletes a self-service action.
|
default DeleteTagOptionResponse |
ServiceCatalogClient.deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DeleteTagOptionResponse |
ServiceCatalogClient.deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DisassociateProductFromPortfolioResponse |
ServiceCatalogClient.disassociateProductFromPortfolio(Consumer<DisassociateProductFromPortfolioRequest.Builder> disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
default DisassociateProductFromPortfolioResponse |
ServiceCatalogClient.disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
Copyright © 2023. All rights reserved.