| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary |
ServiceSummary.clone() |
ServiceSummary |
ServiceSummary.withArn(String arn)
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the service when you create it.
|
ServiceSummary |
ServiceSummary.withCreateDate(Date createDate)
The date and time that the service was created.
|
ServiceSummary |
ServiceSummary.withDescription(String description)
The description that you specify when you create the service.
|
ServiceSummary |
ServiceSummary.withDnsConfig(DnsConfig dnsConfig) |
ServiceSummary |
ServiceSummary.withHealthCheckConfig(HealthCheckConfig healthCheckConfig) |
ServiceSummary |
ServiceSummary.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
ServiceSummary |
ServiceSummary.withId(String id)
The ID that AWS Cloud Map assigned to the service when you created it.
|
ServiceSummary |
ServiceSummary.withInstanceCount(Integer instanceCount)
The number of instances that are currently associated with the service.
|
ServiceSummary |
ServiceSummary.withName(String name)
The name of the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getServices()
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withServices(ServiceSummary... services)
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setServices(Collection<ServiceSummary> services)
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
ListServicesResult |
ListServicesResult.withServices(Collection<ServiceSummary> services)
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
Copyright © 2019. All rights reserved.