Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListSchemaMappingsRequest
-
Packages that use ListSchemaMappingsRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators software.amazon.awssdk.services.entityresolution.transform -
-
Uses of ListSchemaMappingsRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type ListSchemaMappingsRequest Modifier and Type Method Description default CompletableFuture<ListSchemaMappingsResponse>EntityResolutionAsyncClient. listSchemaMappings(ListSchemaMappingsRequest 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.default ListSchemaMappingsPublisherEntityResolutionAsyncClient. listSchemaMappingsPaginator(ListSchemaMappingsRequest listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account.default ListSchemaMappingsIterableEntityResolutionClient. listSchemaMappingsPaginator(ListSchemaMappingsRequest listSchemaMappingsRequest)Returns a list of all theSchemaMappingsthat have been created for an Amazon Web Services account. -
Uses of ListSchemaMappingsRequest in software.amazon.awssdk.services.entityresolution.paginators
Constructors in software.amazon.awssdk.services.entityresolution.paginators with parameters of type ListSchemaMappingsRequest Constructor Description ListSchemaMappingsIterable(EntityResolutionClient client, ListSchemaMappingsRequest firstRequest)ListSchemaMappingsPublisher(EntityResolutionAsyncClient client, ListSchemaMappingsRequest firstRequest) -
Uses of ListSchemaMappingsRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type ListSchemaMappingsRequest Modifier and Type Method Description SdkHttpFullRequestListSchemaMappingsRequestMarshaller. marshall(ListSchemaMappingsRequest listSchemaMappingsRequest)
-