@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSServiceDiscoveryAsync extends AWSServiceDiscovery
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSServiceDiscoveryAsync instead.
Amazon Route 53 auto naming lets you configure public or private namespaces that your microservice applications run in. When instances of the service become available, you can call the auto naming API to register the instance, and Route 53 automatically creates up to five DNS records and an optional health check. Clients that submit DNS queries for the service receive an answer that contains up to eight healthy records.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<CreatePrivateDnsNamespaceResult> |
createPrivateDnsNamespaceAsync(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which will be visible only inside a specified Amazon VPC.
|
Future<CreatePrivateDnsNamespaceResult> |
createPrivateDnsNamespaceAsync(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest,
AsyncHandler<CreatePrivateDnsNamespaceRequest,CreatePrivateDnsNamespaceResult> asyncHandler)
Creates a private namespace based on DNS, which will be visible only inside a specified Amazon VPC.
|
Future<CreatePublicDnsNamespaceResult> |
createPublicDnsNamespaceAsync(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which will be visible on the internet.
|
Future<CreatePublicDnsNamespaceResult> |
createPublicDnsNamespaceAsync(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest,
AsyncHandler<CreatePublicDnsNamespaceRequest,CreatePublicDnsNamespaceResult> asyncHandler)
Creates a public namespace based on DNS, which will be visible on the internet.
|
Future<CreateServiceResult> |
createServiceAsync(CreateServiceRequest createServiceRequest)
Creates a service, which defines the configuration for the following entities:
|
Future<CreateServiceResult> |
createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service, which defines the configuration for the following entities:
|
Future<DeleteNamespaceResult> |
deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest)
Deletes a namespace from the current account.
|
Future<DeleteNamespaceResult> |
deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest,
AsyncHandler<DeleteNamespaceRequest,DeleteNamespaceResult> asyncHandler)
Deletes a namespace from the current account.
|
Future<DeleteServiceResult> |
deleteServiceAsync(DeleteServiceRequest deleteServiceRequest)
Deletes a specified service.
|
Future<DeleteServiceResult> |
deleteServiceAsync(DeleteServiceRequest deleteServiceRequest,
AsyncHandler<DeleteServiceRequest,DeleteServiceResult> asyncHandler)
Deletes a specified service.
|
Future<DeregisterInstanceResult> |
deregisterInstanceAsync(DeregisterInstanceRequest deregisterInstanceRequest)
Deletes the records and the health check, if any, that Amazon Route 53 created for the specified instance.
|
Future<DeregisterInstanceResult> |
deregisterInstanceAsync(DeregisterInstanceRequest deregisterInstanceRequest,
AsyncHandler<DeregisterInstanceRequest,DeregisterInstanceResult> asyncHandler)
Deletes the records and the health check, if any, that Amazon Route 53 created for the specified instance.
|
Future<GetInstanceResult> |
getInstanceAsync(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
|
Future<GetInstanceResult> |
getInstanceAsync(GetInstanceRequest getInstanceRequest,
AsyncHandler<GetInstanceRequest,GetInstanceResult> asyncHandler)
Gets information about a specified instance.
|
Future<GetInstancesHealthStatusResult> |
getInstancesHealthStatusAsync(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
Future<GetInstancesHealthStatusResult> |
getInstancesHealthStatusAsync(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest,
AsyncHandler<GetInstancesHealthStatusRequest,GetInstancesHealthStatusResult> asyncHandler)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
Future<GetNamespaceResult> |
getNamespaceAsync(GetNamespaceRequest getNamespaceRequest)
Gets information about a namespace.
|
Future<GetNamespaceResult> |
getNamespaceAsync(GetNamespaceRequest getNamespaceRequest,
AsyncHandler<GetNamespaceRequest,GetNamespaceResult> asyncHandler)
Gets information about a namespace.
|
Future<GetOperationResult> |
getOperationAsync(GetOperationRequest getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
Future<GetOperationResult> |
getOperationAsync(GetOperationRequest getOperationRequest,
AsyncHandler<GetOperationRequest,GetOperationResult> asyncHandler)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
Future<GetServiceResult> |
getServiceAsync(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
|
Future<GetServiceResult> |
getServiceAsync(GetServiceRequest getServiceRequest,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler)
Gets the settings for a specified service.
|
Future<ListInstancesResult> |
listInstancesAsync(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
Future<ListInstancesResult> |
listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists summary information about the instances that you registered by using a specified service.
|
Future<ListNamespacesResult> |
listNamespacesAsync(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListNamespacesResult> |
listNamespacesAsync(ListNamespacesRequest listNamespacesRequest,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListOperationsResult> |
listOperationsAsync(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
Future<ListOperationsResult> |
listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Lists operations that match the criteria that you specify.
|
Future<ListServicesResult> |
listServicesAsync(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<ListServicesResult> |
listServicesAsync(ListServicesRequest listServicesRequest,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<RegisterInstanceResult> |
registerInstanceAsync(RegisterInstanceRequest registerInstanceRequest)
Creates or updates one or more records and optionally a health check based on the settings in a specified
service.
|
Future<RegisterInstanceResult> |
registerInstanceAsync(RegisterInstanceRequest registerInstanceRequest,
AsyncHandler<RegisterInstanceRequest,RegisterInstanceResult> asyncHandler)
Creates or updates one or more records and optionally a health check based on the settings in a specified
service.
|
Future<UpdateInstanceCustomHealthStatusResult> |
updateInstanceCustomHealthStatusAsync(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest) |
Future<UpdateInstanceCustomHealthStatusResult> |
updateInstanceCustomHealthStatusAsync(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest,
AsyncHandler<UpdateInstanceCustomHealthStatusRequest,UpdateInstanceCustomHealthStatusResult> asyncHandler) |
Future<UpdateServiceResult> |
updateServiceAsync(UpdateServiceRequest updateServiceRequest)
Submits a request to perform the following operations:
|
Future<UpdateServiceResult> |
updateServiceAsync(UpdateServiceRequest updateServiceRequest,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
Submits a request to perform the following operations:
|
createPrivateDnsNamespace, createPublicDnsNamespace, createService, deleteNamespace, deleteService, deregisterInstance, getCachedResponseMetadata, getInstance, getInstancesHealthStatus, getNamespace, getOperation, getService, listInstances, listNamespaces, listOperations, listServices, registerInstance, shutdown, updateInstanceCustomHealthStatus, updateServiceFuture<CreatePrivateDnsNamespaceResult> createPrivateDnsNamespaceAsync(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which will be visible only inside a specified Amazon VPC. The namespace
defines your service naming scheme. For example, if you name your namespace example.com and name
your service backend, the resulting DNS name for the service will be
backend.example.com. For the current limit on the number of namespaces that you can create using the
same AWS account, see Limits on Auto Naming in the Route 53 Developer Guide.
createPrivateDnsNamespaceRequest - Future<CreatePrivateDnsNamespaceResult> createPrivateDnsNamespaceAsync(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest, AsyncHandler<CreatePrivateDnsNamespaceRequest,CreatePrivateDnsNamespaceResult> asyncHandler)
Creates a private namespace based on DNS, which will be visible only inside a specified Amazon VPC. The namespace
defines your service naming scheme. For example, if you name your namespace example.com and name
your service backend, the resulting DNS name for the service will be
backend.example.com. For the current limit on the number of namespaces that you can create using the
same AWS account, see Limits on Auto Naming in the Route 53 Developer Guide.
createPrivateDnsNamespaceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreatePublicDnsNamespaceResult> createPublicDnsNamespaceAsync(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which will be visible on the internet. The namespace defines your
service naming scheme. For example, if you name your namespace example.com and name your service
backend, the resulting DNS name for the service will be backend.example.com. For the
current limit on the number of namespaces that you can create using the same AWS account, see Limits on Auto Naming in the Route 53 Developer Guide.
createPublicDnsNamespaceRequest - Future<CreatePublicDnsNamespaceResult> createPublicDnsNamespaceAsync(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest, AsyncHandler<CreatePublicDnsNamespaceRequest,CreatePublicDnsNamespaceResult> asyncHandler)
Creates a public namespace based on DNS, which will be visible on the internet. The namespace defines your
service naming scheme. For example, if you name your namespace example.com and name your service
backend, the resulting DNS name for the service will be backend.example.com. For the
current limit on the number of namespaces that you can create using the same AWS account, see Limits on Auto Naming in the Route 53 Developer Guide.
createPublicDnsNamespaceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateServiceResult> createServiceAsync(CreateServiceRequest createServiceRequest)
Creates a service, which defines the configuration for the following entities:
Up to three records (A, AAAA, and SRV) or one CNAME record
Optionally, a health check
After you create the service, you can submit a RegisterInstance request, and Amazon Route 53 uses the values in the configuration to create the specified entities.
For the current limit on the number of instances that you can register using the same namespace and using the same service, see Limits on Auto Naming in the Route 53 Developer Guide.
createServiceRequest - Future<CreateServiceResult> createServiceAsync(CreateServiceRequest createServiceRequest, AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service, which defines the configuration for the following entities:
Up to three records (A, AAAA, and SRV) or one CNAME record
Optionally, a health check
After you create the service, you can submit a RegisterInstance request, and Amazon Route 53 uses the values in the configuration to create the specified entities.
For the current limit on the number of instances that you can register using the same namespace and using the same service, see Limits on Auto Naming in the Route 53 Developer Guide.
createServiceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest)
Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.
deleteNamespaceRequest - Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest, AsyncHandler<DeleteNamespaceRequest,DeleteNamespaceResult> asyncHandler)
Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.
deleteNamespaceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteServiceResult> deleteServiceAsync(DeleteServiceRequest deleteServiceRequest)
Deletes a specified service. If the service still contains one or more registered instances, the request fails.
deleteServiceRequest - Future<DeleteServiceResult> deleteServiceAsync(DeleteServiceRequest deleteServiceRequest, AsyncHandler<DeleteServiceRequest,DeleteServiceResult> asyncHandler)
Deletes a specified service. If the service still contains one or more registered instances, the request fails.
deleteServiceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeregisterInstanceResult> deregisterInstanceAsync(DeregisterInstanceRequest deregisterInstanceRequest)
Deletes the records and the health check, if any, that Amazon Route 53 created for the specified instance.
deregisterInstanceRequest - Future<DeregisterInstanceResult> deregisterInstanceAsync(DeregisterInstanceRequest deregisterInstanceRequest, AsyncHandler<DeregisterInstanceRequest,DeregisterInstanceResult> asyncHandler)
Deletes the records and the health check, if any, that Amazon Route 53 created for the specified instance.
deregisterInstanceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetInstanceResult> getInstanceAsync(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
getInstanceRequest - Future<GetInstanceResult> getInstanceAsync(GetInstanceRequest getInstanceRequest, AsyncHandler<GetInstanceRequest,GetInstanceResult> asyncHandler)
Gets information about a specified instance.
getInstanceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetInstancesHealthStatusResult> getInstancesHealthStatusAsync(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service.
There is a brief delay between when you register an instance and when the health status for the instance is available.
getInstancesHealthStatusRequest - Future<GetInstancesHealthStatusResult> getInstancesHealthStatusAsync(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest, AsyncHandler<GetInstancesHealthStatusRequest,GetInstancesHealthStatusResult> asyncHandler)
Gets the current health status (Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service.
There is a brief delay between when you register an instance and when the health status for the instance is available.
getInstancesHealthStatusRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetNamespaceResult> getNamespaceAsync(GetNamespaceRequest getNamespaceRequest)
Gets information about a namespace.
getNamespaceRequest - Future<GetNamespaceResult> getNamespaceAsync(GetNamespaceRequest getNamespaceRequest, AsyncHandler<GetNamespaceRequest,GetNamespaceResult> asyncHandler)
Gets information about a namespace.
getNamespaceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetOperationResult> getOperationAsync(GetOperationRequest getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request.
To get a list of operations that match specified criteria, see ListOperations.
getOperationRequest - Future<GetOperationResult> getOperationAsync(GetOperationRequest getOperationRequest, AsyncHandler<GetOperationRequest,GetOperationResult> asyncHandler)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request.
To get a list of operations that match specified criteria, see ListOperations.
getOperationRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetServiceResult> getServiceAsync(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
getServiceRequest - Future<GetServiceResult> getServiceAsync(GetServiceRequest getServiceRequest, AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler)
Gets the settings for a specified service.
getServiceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
listInstancesRequest - Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest listInstancesRequest, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists summary information about the instances that you registered by using a specified service.
listInstancesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
listNamespacesRequest - Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest listNamespacesRequest, AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Lists summary information about the namespaces that were created by the current AWS account.
listNamespacesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListOperationsResult> listOperationsAsync(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
listOperationsRequest - Future<ListOperationsResult> listOperationsAsync(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Lists operations that match the criteria that you specify.
listOperationsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListServicesResult> listServicesAsync(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
listServicesRequest - Future<ListServicesResult> listServicesAsync(ListServicesRequest listServicesRequest, AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
Lists summary information for all the services that are associated with one or more specified namespaces.
listServicesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RegisterInstanceResult> registerInstanceAsync(RegisterInstanceRequest registerInstanceRequest)
Creates or updates one or more records and optionally a health check based on the settings in a specified
service. When you submit a RegisterInstance request, Amazon Route 53 does the following:
For each DNS record that you define in the service specified by ServiceId, creates or updates a
record in the hosted zone that is associated with the corresponding namespace
If the service includes HealthCheckConfig, creates or updates a health check based on the settings
in the health check configuration
Associates the health check, if any, with each of the records
One RegisterInstance request must complete before you can submit another request and specify the
same service ID and instance ID.
For more information, see CreateService.
When Route 53 receives a DNS query for the specified DNS name, it returns the applicable value:
If the health check is healthy: returns all the records
If the health check is unhealthy: returns the applicable value for the last healthy instance
If you didn't specify a health check configuration: returns all the records
For the current limit on the number of instances that you can register using the same namespace and using the same service, see Limits on Auto Naming in the Route 53 Developer Guide.
registerInstanceRequest - Future<RegisterInstanceResult> registerInstanceAsync(RegisterInstanceRequest registerInstanceRequest, AsyncHandler<RegisterInstanceRequest,RegisterInstanceResult> asyncHandler)
Creates or updates one or more records and optionally a health check based on the settings in a specified
service. When you submit a RegisterInstance request, Amazon Route 53 does the following:
For each DNS record that you define in the service specified by ServiceId, creates or updates a
record in the hosted zone that is associated with the corresponding namespace
If the service includes HealthCheckConfig, creates or updates a health check based on the settings
in the health check configuration
Associates the health check, if any, with each of the records
One RegisterInstance request must complete before you can submit another request and specify the
same service ID and instance ID.
For more information, see CreateService.
When Route 53 receives a DNS query for the specified DNS name, it returns the applicable value:
If the health check is healthy: returns all the records
If the health check is unhealthy: returns the applicable value for the last healthy instance
If you didn't specify a health check configuration: returns all the records
For the current limit on the number of instances that you can register using the same namespace and using the same service, see Limits on Auto Naming in the Route 53 Developer Guide.
registerInstanceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateInstanceCustomHealthStatusResult> updateInstanceCustomHealthStatusAsync(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest)
updateInstanceCustomHealthStatusRequest - Future<UpdateInstanceCustomHealthStatusResult> updateInstanceCustomHealthStatusAsync(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest, AsyncHandler<UpdateInstanceCustomHealthStatusRequest,UpdateInstanceCustomHealthStatusResult> asyncHandler)
updateInstanceCustomHealthStatusRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateServiceResult> updateServiceAsync(UpdateServiceRequest updateServiceRequest)
Submits a request to perform the following operations:
Add or delete DnsRecords configurations
Update the TTL setting for existing DnsRecords configurations
Add, update, or delete HealthCheckConfig for a specified service
You must specify all DnsRecords configurations (and, optionally, HealthCheckConfig)
that you want to appear in the updated service. Any current configurations that don't appear in an
UpdateService request are deleted.
When you update the TTL setting for a service, Amazon Route 53 also updates the corresponding settings in all the records and health checks that were created by using the specified service.
updateServiceRequest - Future<UpdateServiceResult> updateServiceAsync(UpdateServiceRequest updateServiceRequest, AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
Submits a request to perform the following operations:
Add or delete DnsRecords configurations
Update the TTL setting for existing DnsRecords configurations
Add, update, or delete HealthCheckConfig for a specified service
You must specify all DnsRecords configurations (and, optionally, HealthCheckConfig)
that you want to appear in the updated service. Any current configurations that don't appear in an
UpdateService request are deleted.
When you update the TTL setting for a service, Amazon Route 53 also updates the corresponding settings in all the records and health checks that were created by using the specified service.
updateServiceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2018. All rights reserved.