Uses of Class
software.amazon.awssdk.services.proton.model.ResourceCountsSummary
-
Packages that use ResourceCountsSummary Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ResourceCountsSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ResourceCountsSummary Modifier and Type Method Description ResourceCountsSummaryCountsSummary. components()The total number of components in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. environments()The staleness counts for Proton environments in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. environmentTemplates()The total number of environment templates in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. pipelines()The staleness counts for Proton pipelines in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. serviceInstances()The staleness counts for Proton service instances in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. services()The staleness counts for Proton services in the Amazon Web Services account.ResourceCountsSummaryCountsSummary. serviceTemplates()The total number of service templates in the Amazon Web Services account.Methods in software.amazon.awssdk.services.proton.model with parameters of type ResourceCountsSummary Modifier and Type Method Description CountsSummary.BuilderCountsSummary.Builder. components(ResourceCountsSummary components)The total number of components in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. environments(ResourceCountsSummary environments)The staleness counts for Proton environments in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. environmentTemplates(ResourceCountsSummary environmentTemplates)The total number of environment templates in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. pipelines(ResourceCountsSummary pipelines)The staleness counts for Proton pipelines in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. serviceInstances(ResourceCountsSummary serviceInstances)The staleness counts for Proton service instances in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. services(ResourceCountsSummary services)The staleness counts for Proton services in the Amazon Web Services account.CountsSummary.BuilderCountsSummary.Builder. serviceTemplates(ResourceCountsSummary serviceTemplates)The total number of service templates in the Amazon Web Services account.
-