| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AWSServiceDiscoveryAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AbstractAWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AWSServiceDiscoveryAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service.
|
| 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 running 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 Cloud Map to create when
you register an instance.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP 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.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
The tags to add to the service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
The tags to add to the service.
|
CreateServiceRequest |
CreateServiceRequest.withType(ServiceTypeOption type)
If present, specifies that the service instances are only discoverable using the
DiscoverInstances
API operation. |
CreateServiceRequest |
CreateServiceRequest.withType(String type)
If present, specifies that the service instances are only discoverable using the
DiscoverInstances
API operation. |
Copyright © 2023. All rights reserved.