Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListIdNamespacesRequest.Builder
-
Packages that use ListIdNamespacesRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListIdNamespacesRequest.Builder in software.amazon.awssdk.services.entityresolution
-
Uses of ListIdNamespacesRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListIdNamespacesRequest.Builder Modifier and Type Method Description static ListIdNamespacesRequest.BuilderListIdNamespacesRequest. builder()ListIdNamespacesRequest.BuilderListIdNamespacesRequest.Builder. maxResults(Integer maxResults)The maximum number ofIdNamespaceobjects returned per page.ListIdNamespacesRequest.BuilderListIdNamespacesRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListIdNamespacesRequest.BuilderListIdNamespacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdNamespacesRequest.BuilderListIdNamespacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdNamespacesRequest.BuilderListIdNamespacesRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListIdNamespacesRequest.Builder Modifier and Type Method Description static Class<? extends ListIdNamespacesRequest.Builder>ListIdNamespacesRequest. serializableBuilderClass()
-