| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
AWS Cloud Map lets you configure public DNS, private DNS, or HTTP namespaces that your microservice applications run
in.
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResult |
AWSServiceDiscovery.createService(CreateServiceRequest createServiceRequest)
Creates a service, which defines the configuration for the following entities:
|
CreateServiceResult |
AbstractAWSServiceDiscovery.createService(CreateServiceRequest request) |
CreateServiceResult |
AWSServiceDiscoveryClient.createService(CreateServiceRequest request)
Creates a service, which defines the configuration for the following entities:
|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest createServiceRequest)
Creates a service, which defines the configuration for the following entities:
|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsyncClient.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AbstractAWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service, which defines the configuration for the following entities:
|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AbstractAWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service, which defines the configuration for the following entities:
|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AbstractAWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
CreateService requests to be
retried without the risk of executing the operation twice. |
CreateServiceRequest |
CreateServiceRequest.withDescription(String description)
A description for the service.
|
CreateServiceRequest |
CreateServiceRequest.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the Amazon Route 53 records that you want AWS Cloud Map to create
when you register an instance.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional Route 53 health check.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
CreateServiceRequest |
CreateServiceRequest.withName(String name)
The name that you want to assign to the service.
|
CreateServiceRequest |
CreateServiceRequest.withNamespaceId(String namespaceId)
The ID of the namespace that you want to use to create the service.
|
Copyright © 2020. All rights reserved.