| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateTagOptionWithResourceResponse |
ServiceCatalogClient.associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default AssociateTagOptionWithResourceResponse |
ServiceCatalogClient.associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default CreatePortfolioResponse |
ServiceCatalogClient.createPortfolio(Consumer<CreatePortfolioRequest.Builder> createPortfolioRequest)
Creates a portfolio.
|
default CreatePortfolioResponse |
ServiceCatalogClient.createPortfolio(CreatePortfolioRequest createPortfolioRequest)
Creates a portfolio.
|
default CreateProductResponse |
ServiceCatalogClient.createProduct(Consumer<CreateProductRequest.Builder> createProductRequest)
Creates a product.
|
default CreateProductResponse |
ServiceCatalogClient.createProduct(CreateProductRequest createProductRequest)
Creates a product.
|
default CreateTagOptionResponse |
ServiceCatalogClient.createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)
Creates a TagOption.
|
default CreateTagOptionResponse |
ServiceCatalogClient.createTagOption(CreateTagOptionRequest createTagOptionRequest)
Creates a TagOption.
|
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 DeleteTagOptionResponse |
ServiceCatalogClient.deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DeleteTagOptionResponse |
ServiceCatalogClient.deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DescribeTagOptionResponse |
ServiceCatalogClient.describeTagOption(Consumer<DescribeTagOptionRequest.Builder> describeTagOptionRequest)
Gets information about the specified TagOption.
|
default DescribeTagOptionResponse |
ServiceCatalogClient.describeTagOption(DescribeTagOptionRequest describeTagOptionRequest)
Gets information about the specified TagOption.
|
default DisassociateTagOptionFromResourceResponse |
ServiceCatalogClient.disassociateTagOptionFromResource(Consumer<DisassociateTagOptionFromResourceRequest.Builder> disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default DisassociateTagOptionFromResourceResponse |
ServiceCatalogClient.disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default ListResourcesForTagOptionResponse |
ServiceCatalogClient.listResourcesForTagOption(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionResponse |
ServiceCatalogClient.listResourcesForTagOption(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionIterable |
ServiceCatalogClient.listResourcesForTagOptionPaginator(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionIterable |
ServiceCatalogClient.listResourcesForTagOptionPaginator(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListTagOptionsResponse |
ServiceCatalogClient.listTagOptions()
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsResponse |
ServiceCatalogClient.listTagOptions(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsResponse |
ServiceCatalogClient.listTagOptions(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
ServiceCatalogClient.listTagOptionsPaginator()
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
ServiceCatalogClient.listTagOptionsPaginator(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
ServiceCatalogClient.listTagOptionsPaginator(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default UpdatePortfolioResponse |
ServiceCatalogClient.updatePortfolio(Consumer<UpdatePortfolioRequest.Builder> updatePortfolioRequest)
Updates the specified portfolio.
|
default UpdatePortfolioResponse |
ServiceCatalogClient.updatePortfolio(UpdatePortfolioRequest updatePortfolioRequest)
Updates the specified portfolio.
|
default UpdateProductResponse |
ServiceCatalogClient.updateProduct(Consumer<UpdateProductRequest.Builder> updateProductRequest)
Updates the specified product.
|
default UpdateProductResponse |
ServiceCatalogClient.updateProduct(UpdateProductRequest updateProductRequest)
Updates the specified product.
|
default UpdateTagOptionResponse |
ServiceCatalogClient.updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest)
Updates the specified TagOption.
|
default UpdateTagOptionResponse |
ServiceCatalogClient.updateTagOption(UpdateTagOptionRequest updateTagOptionRequest)
Updates the specified TagOption.
|
Copyright © 2023. All rights reserved.