Uses of Class
software.amazon.awssdk.services.servicecatalog.model.CloudWatchDashboard
-
Packages that use CloudWatchDashboard Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of CloudWatchDashboard in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type CloudWatchDashboard Modifier and Type Method Description List<CloudWatchDashboard>DescribeProvisionedProductResponse. cloudWatchDashboards()Any CloudWatch dashboards that were created when provisioning the product.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type CloudWatchDashboard Modifier and Type Method Description DescribeProvisionedProductResponse.BuilderDescribeProvisionedProductResponse.Builder. cloudWatchDashboards(CloudWatchDashboard... cloudWatchDashboards)Any CloudWatch dashboards that were created when provisioning the product.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type CloudWatchDashboard Modifier and Type Method Description DescribeProvisionedProductResponse.BuilderDescribeProvisionedProductResponse.Builder. cloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)Any CloudWatch dashboards that were created when provisioning the product.
-