Uses of Class
software.amazon.awssdk.services.servicediscovery.model.GetNamespaceResponse
-
Packages that use GetNamespaceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of GetNamespaceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return GetNamespaceResponse Modifier and Type Method Description default GetNamespaceResponseServiceDiscoveryClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Gets information about a namespace.default GetNamespaceResponseServiceDiscoveryClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Gets information about a namespace.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type GetNamespaceResponse Modifier and Type Method Description default CompletableFuture<GetNamespaceResponse>ServiceDiscoveryAsyncClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Gets information about a namespace.default CompletableFuture<GetNamespaceResponse>ServiceDiscoveryAsyncClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Gets information about a namespace.
-