| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.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 date and time that the service was created, specified in ISO-8601 format.
|
ServiceSummary |
ServiceSummary.withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
ServiceSummary |
ServiceSummary.withDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
ServiceSummary |
ServiceSummary.withId(String id)
The ID of the service.
|
ServiceSummary |
ServiceSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service was last updated.
|
ServiceSummary |
ServiceSummary.withName(String name)
The name of the service.
|
ServiceSummary |
ServiceSummary.withStatus(ServiceStatus status)
The status.
|
ServiceSummary |
ServiceSummary.withStatus(String status)
The status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getItems()
The services.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withItems(ServiceSummary... items)
The services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setItems(Collection<ServiceSummary> items)
The services.
|
ListServicesResult |
ListServicesResult.withItems(Collection<ServiceSummary> items)
The services.
|
Copyright © 2023. All rights reserved.