| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateHttpNamespaceResponse |
ServiceDiscoveryClient.createHttpNamespace(Consumer<CreateHttpNamespaceRequest.Builder> createHttpNamespaceRequest)
Creates an HTTP namespace.
|
default CreateHttpNamespaceResponse |
ServiceDiscoveryClient.createHttpNamespace(CreateHttpNamespaceRequest createHttpNamespaceRequest)
Creates an HTTP namespace.
|
default CreatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.createPrivateDnsNamespace(Consumer<CreatePrivateDnsNamespaceRequest.Builder> createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which is visible only inside a specified Amazon VPC.
|
default CreatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.createPrivateDnsNamespace(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which is visible only inside a specified Amazon VPC.
|
default CreatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.createPublicDnsNamespace(Consumer<CreatePublicDnsNamespaceRequest.Builder> createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which is visible on the internet.
|
default CreatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.createPublicDnsNamespace(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which is visible on the internet.
|
default CreateServiceResponse |
ServiceDiscoveryClient.createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Creates a service.
|
default CreateServiceResponse |
ServiceDiscoveryClient.createService(CreateServiceRequest createServiceRequest)
Creates a service.
|
default DeleteNamespaceResponse |
ServiceDiscoveryClient.deleteNamespace(Consumer<DeleteNamespaceRequest.Builder> deleteNamespaceRequest)
Deletes a namespace from the current account.
|
default DeleteNamespaceResponse |
ServiceDiscoveryClient.deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)
Deletes a namespace from the current account.
|
default DeleteServiceResponse |
ServiceDiscoveryClient.deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Deletes a specified service.
|
default DeleteServiceResponse |
ServiceDiscoveryClient.deleteService(DeleteServiceRequest deleteServiceRequest)
Deletes a specified service.
|
default DeregisterInstanceResponse |
ServiceDiscoveryClient.deregisterInstance(Consumer<DeregisterInstanceRequest.Builder> deregisterInstanceRequest)
Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that Cloud Map created for the specified
instance.
|
default DeregisterInstanceResponse |
ServiceDiscoveryClient.deregisterInstance(DeregisterInstanceRequest deregisterInstanceRequest)
Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that Cloud Map created for the specified
instance.
|
default DiscoverInstancesResponse |
ServiceDiscoveryClient.discoverInstances(Consumer<DiscoverInstancesRequest.Builder> discoverInstancesRequest)
Discovers registered instances for a specified namespace and service.
|
default DiscoverInstancesResponse |
ServiceDiscoveryClient.discoverInstances(DiscoverInstancesRequest discoverInstancesRequest)
Discovers registered instances for a specified namespace and service.
|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(Consumer<GetInstanceRequest.Builder> getInstanceRequest)
Gets information about a specified instance.
|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
|
default GetInstancesHealthStatusResponse |
ServiceDiscoveryClient.getInstancesHealthStatus(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetInstancesHealthStatusResponse |
ServiceDiscoveryClient.getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetInstancesHealthStatusIterable |
ServiceDiscoveryClient.getInstancesHealthStatusPaginator(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetInstancesHealthStatusIterable |
ServiceDiscoveryClient.getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetNamespaceResponse |
ServiceDiscoveryClient.getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)
Gets information about a namespace.
|
default GetNamespaceResponse |
ServiceDiscoveryClient.getNamespace(GetNamespaceRequest getNamespaceRequest)
Gets information about a namespace.
|
default GetOperationResponse |
ServiceDiscoveryClient.getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
default GetOperationResponse |
ServiceDiscoveryClient.getOperation(GetOperationRequest getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
default GetServiceResponse |
ServiceDiscoveryClient.getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Gets the settings for a specified service.
|
default GetServiceResponse |
ServiceDiscoveryClient.getService(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesIterable |
ServiceDiscoveryClient.listInstancesPaginator(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesIterable |
ServiceDiscoveryClient.listInstancesPaginator(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces()
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListNamespacesIterable |
ServiceDiscoveryClient.listNamespacesPaginator()
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListNamespacesIterable |
ServiceDiscoveryClient.listNamespacesPaginator(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListNamespacesIterable |
ServiceDiscoveryClient.listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current Amazon Web Services account.
|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations()
Lists operations that match the criteria that you specify.
|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsIterable |
ServiceDiscoveryClient.listOperationsPaginator()
Lists operations that match the criteria that you specify.
|
default ListOperationsIterable |
ServiceDiscoveryClient.listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsIterable |
ServiceDiscoveryClient.listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListServicesResponse |
ServiceDiscoveryClient.listServices()
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesResponse |
ServiceDiscoveryClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesResponse |
ServiceDiscoveryClient.listServices(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesIterable |
ServiceDiscoveryClient.listServicesPaginator()
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesIterable |
ServiceDiscoveryClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesIterable |
ServiceDiscoveryClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListTagsForResourceResponse |
ServiceDiscoveryClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags for the specified resource.
|
default ListTagsForResourceResponse |
ServiceDiscoveryClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for the specified resource.
|
default RegisterInstanceResponse |
ServiceDiscoveryClient.registerInstance(Consumer<RegisterInstanceRequest.Builder> registerInstanceRequest)
Creates or updates one or more records and, optionally, creates a health check based on the settings in a
specified service.
|
default RegisterInstanceResponse |
ServiceDiscoveryClient.registerInstance(RegisterInstanceRequest registerInstanceRequest)
Creates or updates one or more records and, optionally, creates a health check based on the settings in a
specified service.
|
default TagResourceResponse |
ServiceDiscoveryClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
ServiceDiscoveryClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
default UntagResourceResponse |
ServiceDiscoveryClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UntagResourceResponse |
ServiceDiscoveryClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UpdateHttpNamespaceResponse |
ServiceDiscoveryClient.updateHttpNamespace(Consumer<UpdateHttpNamespaceRequest.Builder> updateHttpNamespaceRequest)
Updates an HTTP namespace.
|
default UpdateHttpNamespaceResponse |
ServiceDiscoveryClient.updateHttpNamespace(UpdateHttpNamespaceRequest updateHttpNamespaceRequest)
Updates an HTTP namespace.
|
default UpdateInstanceCustomHealthStatusResponse |
ServiceDiscoveryClient.updateInstanceCustomHealthStatus(Consumer<UpdateInstanceCustomHealthStatusRequest.Builder> updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
default UpdateInstanceCustomHealthStatusResponse |
ServiceDiscoveryClient.updateInstanceCustomHealthStatus(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
default UpdatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.updatePrivateDnsNamespace(Consumer<UpdatePrivateDnsNamespaceRequest.Builder> updatePrivateDnsNamespaceRequest)
Updates a private DNS namespace.
|
default UpdatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.updatePrivateDnsNamespace(UpdatePrivateDnsNamespaceRequest updatePrivateDnsNamespaceRequest)
Updates a private DNS namespace.
|
default UpdatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.updatePublicDnsNamespace(Consumer<UpdatePublicDnsNamespaceRequest.Builder> updatePublicDnsNamespaceRequest)
Updates a public DNS namespace.
|
default UpdatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.updatePublicDnsNamespace(UpdatePublicDnsNamespaceRequest updatePublicDnsNamespaceRequest)
Updates a public DNS namespace.
|
default UpdateServiceResponse |
ServiceDiscoveryClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Submits a request to perform the following operations:
|
default UpdateServiceResponse |
ServiceDiscoveryClient.updateService(UpdateServiceRequest updateServiceRequest)
Submits a request to perform the following operations:
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomHealthNotFoundException
The health check for the instance that's specified by
ServiceId and InstanceId isn't a
custom health check. |
class |
DuplicateRequestException
The operation is already in progress.
|
class |
InstanceNotFoundException
No instance exists with the specified ID, or the instance was recently registered, and information about the instance
hasn't propagated yet.
|
class |
InvalidInputException
One or more specified values aren't valid.
|
class |
NamespaceAlreadyExistsException
The namespace that you're trying to create already exists.
|
class |
NamespaceNotFoundException
No namespace exists with the specified ID.
|
class |
OperationNotFoundException
No operation exists with the specified ID.
|
class |
RequestLimitExceededException
The operation can't be completed because you've reached the quota for the number of requests.
|
class |
ResourceInUseException
The specified resource can't be deleted because it contains other resources.
|
class |
ResourceLimitExceededException
The resource can't be created because you've reached the quota on the number of resources.
|
class |
ResourceNotFoundException
The operation can't be completed because the resource was not found.
|
class |
ServiceAlreadyExistsException
The service can't be created because a service with the same name already exists.
|
class |
ServiceNotFoundException
No service exists with the specified ID.
|
class |
TooManyTagsException
The list of tags on the resource is over the quota.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscoveryException |
ServiceDiscoveryException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ServiceDiscoveryException ex) |
Copyright © 2023. All rights reserved.