| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary |
ServiceSummary.clone() |
ServiceSummary |
ServiceSummary.withCreatedAt(Date createdAt)
The time when the App Runner service was created.
|
ServiceSummary |
ServiceSummary.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of this service.
|
ServiceSummary |
ServiceSummary.withServiceId(String serviceId)
An ID that App Runner generated for this service.
|
ServiceSummary |
ServiceSummary.withServiceName(String serviceName)
The customer-provided service name.
|
ServiceSummary |
ServiceSummary.withServiceUrl(String serviceUrl)
A subdomain URL that App Runner generated for this service.
|
ServiceSummary |
ServiceSummary.withStatus(ServiceStatus status)
The current state of the App Runner service.
|
ServiceSummary |
ServiceSummary.withStatus(String status)
The current state of the App Runner service.
|
ServiceSummary |
ServiceSummary.withUpdatedAt(Date updatedAt)
The time when the App Runner service was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getServiceSummaryList()
A list of service summary information records.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withServiceSummaryList(ServiceSummary... serviceSummaryList)
A list of service summary information records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records.
|
ListServicesResult |
ListServicesResult.withServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records.
|
Copyright © 2023. All rights reserved.