Uses of Interface
software.amazon.awssdk.services.servicediscovery.ServiceDiscoveryClient
-
Packages that use ServiceDiscoveryClient Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of ServiceDiscoveryClient in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ServiceDiscoveryClient Modifier and Type Method Description static ServiceDiscoveryClientServiceDiscoveryClient. create()Create aServiceDiscoveryClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ServiceDiscoveryClient in software.amazon.awssdk.services.servicediscovery.paginators
Constructors in software.amazon.awssdk.services.servicediscovery.paginators with parameters of type ServiceDiscoveryClient Constructor Description GetInstancesHealthStatusIterable(ServiceDiscoveryClient client, GetInstancesHealthStatusRequest firstRequest)ListInstancesIterable(ServiceDiscoveryClient client, ListInstancesRequest firstRequest)ListNamespacesIterable(ServiceDiscoveryClient client, ListNamespacesRequest firstRequest)ListOperationsIterable(ServiceDiscoveryClient client, ListOperationsRequest firstRequest)ListServicesIterable(ServiceDiscoveryClient client, ListServicesRequest firstRequest)
-