Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListSchemaMappingsResponse
-
Packages that use ListSchemaMappingsResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListSchemaMappingsResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListSchemaMappingsResponse Modifier and Type Method Description default ListSchemaMappingsResponseEntityResolutionClient. listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.default ListSchemaMappingsResponseEntityResolutionClient. listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListSchemaMappingsResponse 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 CompletableFuture<ListSchemaMappingsResponse>EntityResolutionAsyncClient. listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account. -
Uses of ListSchemaMappingsResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListSchemaMappingsResponse Modifier and Type Method Description Iterator<ListSchemaMappingsResponse>ListSchemaMappingsIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListSchemaMappingsResponse Modifier and Type Method Description voidListSchemaMappingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchemaMappingsResponse> subscriber)
-