Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListSchemaMappingsRequest.Builder
-
Packages that use ListSchemaMappingsRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListSchemaMappingsRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type ListSchemaMappingsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSchemaMappingsResponse>EntityResolutionAsyncClient. listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.default ListSchemaMappingsResponseEntityResolutionClient. listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.default ListSchemaMappingsPublisherEntityResolutionAsyncClient. listSchemaMappingsPaginator(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.default ListSchemaMappingsIterableEntityResolutionClient. listSchemaMappingsPaginator(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account. -
Uses of ListSchemaMappingsRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListSchemaMappingsRequest.Builder Modifier and Type Method Description static ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest. builder()ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSchemaMappingsRequest.BuilderListSchemaMappingsRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListSchemaMappingsRequest.Builder Modifier and Type Method Description static Class<? extends ListSchemaMappingsRequest.Builder>ListSchemaMappingsRequest. serializableBuilderClass()
-