| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceSummary |
ServiceInstanceSummary.clone() |
ServiceInstanceSummary |
ServiceInstanceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the service instance.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withCreatedAt(Date createdAt)
The time when the service instance was created.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withDeploymentStatus(String deploymentStatus)
The service instance deployment status.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withDeploymentStatusMessage(String deploymentStatusMessage)
A service instance deployment status message.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withEnvironmentName(String environmentName)
The name of the environment that the service instance was deployed into.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the service was last attempted.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the service was last deployed successfully.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withName(String name)
The name of the service instance.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withTemplateMajorVersion(String templateMajorVersion)
The service instance template major version.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withTemplateMinorVersion(String templateMinorVersion)
The service instance template minor version.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withTemplateName(String templateName)
The name of the service template.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInstanceSummary> |
ListServiceInstancesResult.getServiceInstances()
An array of service instances with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesResult |
ListServiceInstancesResult.withServiceInstances(ServiceInstanceSummary... serviceInstances)
An array of service instances with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceInstancesResult.setServiceInstances(Collection<ServiceInstanceSummary> serviceInstances)
An array of service instances with summary data.
|
ListServiceInstancesResult |
ListServiceInstancesResult.withServiceInstances(Collection<ServiceInstanceSummary> serviceInstances)
An array of service instances with summary data.
|
Copyright © 2023. All rights reserved.