Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.ListNamespacesRequest.Builder
-
Packages that use ListNamespacesRequest.Builder Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.model -
-
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.servicediscovery
Method parameters in software.amazon.awssdk.services.servicediscovery with type arguments of type ListNamespacesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>ServiceDiscoveryAsyncClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesResponseServiceDiscoveryClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesPublisherServiceDiscoveryAsyncClient. listNamespacesPaginator(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesIterableServiceDiscoveryClient. listNamespacesPaginator(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account. -
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return ListNamespacesRequest.Builder Modifier and Type Method Description static ListNamespacesRequest.BuilderListNamespacesRequest. builder()ListNamespacesRequest.BuilderListNamespacesRequest.Builder. filters(Collection<NamespaceFilter> filters)A complex type that contains specifications for the namespaces that you want to list.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. filters(Consumer<NamespaceFilter.Builder>... filters)A complex type that contains specifications for the namespaces that you want to list.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. filters(NamespaceFilter... filters)A complex type that contains specifications for the namespaces that you want to list.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. maxResults(Integer maxResults)The maximum number of namespaces that you want Cloud Map to return in the response to aListNamespacesrequest.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. nextToken(String nextToken)For the firstListNamespacesrequest, omit this value.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNamespacesRequest.BuilderListNamespacesRequest. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type ListNamespacesRequest.Builder Modifier and Type Method Description static Class<? extends ListNamespacesRequest.Builder>ListNamespacesRequest. serializableBuilderClass()
-