| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary |
ServiceSummary.clone() |
ServiceSummary |
ServiceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
ServiceSummary |
ServiceSummary.withCreatedAt(Date createdAt)
The time when the service was created.
|
ServiceSummary |
ServiceSummary.withDescription(String description)
A description of the service.
|
ServiceSummary |
ServiceSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the service was last modified.
|
ServiceSummary |
ServiceSummary.withName(String name)
The name of the service.
|
ServiceSummary |
ServiceSummary.withStatus(ServiceStatus status)
The status of the service.
|
ServiceSummary |
ServiceSummary.withStatus(String status)
The status of the service.
|
ServiceSummary |
ServiceSummary.withStatusMessage(String statusMessage)
A service status message.
|
ServiceSummary |
ServiceSummary.withTemplateName(String templateName)
The name of the service template.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getServices()
An array of services with summaries of detail data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withServices(ServiceSummary... services)
An array of services with summaries of detail data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setServices(Collection<ServiceSummary> services)
An array of services with summaries of detail data.
|
ListServicesResult |
ListServicesResult.withServices(Collection<ServiceSummary> services)
An array of services with summaries of detail data.
|
Copyright © 2025. All rights reserved.