| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceCountsSummary.Builder |
ResourceCountsSummary.Builder.behindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
ResourceCountsSummary.Builder |
ResourceCountsSummary.Builder.behindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
static ResourceCountsSummary.Builder |
ResourceCountsSummary.builder() |
ResourceCountsSummary.Builder |
ResourceCountsSummary.Builder.failed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
ResourceCountsSummary.Builder |
ResourceCountsSummary.toBuilder() |
ResourceCountsSummary.Builder |
ResourceCountsSummary.Builder.total(Integer total)
The total number of resources of this type in the Amazon Web Services account.
|
ResourceCountsSummary.Builder |
ResourceCountsSummary.Builder.upToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their
template.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceCountsSummary.Builder> |
ResourceCountsSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CountsSummary.Builder |
CountsSummary.Builder.components(Consumer<ResourceCountsSummary.Builder> components)
The total number of components in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.environments(Consumer<ResourceCountsSummary.Builder> environments)
The staleness counts for Proton environments in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.environmentTemplates(Consumer<ResourceCountsSummary.Builder> environmentTemplates)
The total number of environment templates in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.pipelines(Consumer<ResourceCountsSummary.Builder> pipelines)
The staleness counts for Proton pipelines in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.serviceInstances(Consumer<ResourceCountsSummary.Builder> serviceInstances)
The staleness counts for Proton service instances in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.services(Consumer<ResourceCountsSummary.Builder> services)
The staleness counts for Proton services in the Amazon Web Services account.
|
default CountsSummary.Builder |
CountsSummary.Builder.serviceTemplates(Consumer<ResourceCountsSummary.Builder> serviceTemplates)
The total number of service templates in the Amazon Web Services account.
|
Copyright © 2023. All rights reserved.