| 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 Cloud Map 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
running 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 Route 53 DNS records that you want Cloud Map to create when
you register an instance.
|
Service |
Service.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.
|
Service |
Service.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
Service |
Service.withId(String id)
The ID that Cloud Map 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.
|
Service |
Service.withNamespaceId(String namespaceId)
The ID of the namespace that was used to create the service.
|
Service |
Service.withType(ServiceType type)
Describes the systems that can be used to discover the service instances.
|
Service |
Service.withType(String type)
Describes the systems that can be used to discover the service instances.
|
| 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 © 2022. All rights reserved.