| 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 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)
Information about the RouteĀ 53 DNS records that you want Cloud Map to create when you register an instance.
|
ServiceSummary |
ServiceSummary.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
ServiceSummary |
ServiceSummary.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
Information about an optional custom health check.
|
ServiceSummary |
ServiceSummary.withId(String id)
The ID that 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.
|
ServiceSummary |
ServiceSummary.withType(ServiceType type)
Describes the systems that can be used to discover the service instances.
|
ServiceSummary |
ServiceSummary.withType(String type)
Describes the systems that can be used to discover the service instances.
|
| 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 © 2024. All rights reserved.