| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.clone() |
Service |
GetServiceResult.getService()
A complex type that contains information about the service.
|
Service |
CreateServiceResult.getService()
A complex type that contains information about the new service.
|
Service |
Service.withArn(String arn)
The Amazon Resource Name (ARN) that Route 53 assigns to the service when you create it.
|
Service |
Service.withCreateDate(Date createDate)
The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC).
|
Service |
Service.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
executing the operation twice.
|
Service |
Service.withDescription(String description)
The description of the service.
|
Service |
Service.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
Service |
Service.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional health check.
|
Service |
Service.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
Service |
Service.withId(String id)
The ID that Route 53 assigned to the service when you created it.
|
Service |
Service.withInstanceCount(Integer instanceCount)
The number of instances that are currently associated with the service.
|
Service |
Service.withName(String name)
The name of the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceResult.setService(Service service)
A complex type that contains information about the service.
|
void |
CreateServiceResult.setService(Service service)
A complex type that contains information about the new service.
|
GetServiceResult |
GetServiceResult.withService(Service service)
A complex type that contains information about the service.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
A complex type that contains information about the new service.
|
Copyright © 2018. All rights reserved.