| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDeploymentLifecycle |
ApplicationSummary.deploymentStatus()
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
static ApplicationDeploymentLifecycle |
ApplicationDeploymentLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApplicationDeploymentLifecycle |
ApplicationDeploymentLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationDeploymentLifecycle[] |
ApplicationDeploymentLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApplicationDeploymentLifecycle> |
ApplicationDeploymentLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary.Builder |
ApplicationSummary.Builder.deploymentStatus(ApplicationDeploymentLifecycle deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
Copyright © 2023. All rights reserved.