Uses of Class
software.amazon.awssdk.services.entityresolution.model.IdNamespaceSummary
-
Packages that use IdNamespaceSummary Package Description software.amazon.awssdk.services.entityresolution.model software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of IdNamespaceSummary in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type IdNamespaceSummary Modifier and Type Method Description List<IdNamespaceSummary>ListIdNamespacesResponse. idNamespaceSummaries()A list ofIdNamespaceSummariesobjects.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IdNamespaceSummary Modifier and Type Method Description ListIdNamespacesResponse.BuilderListIdNamespacesResponse.Builder. idNamespaceSummaries(IdNamespaceSummary... idNamespaceSummaries)A list ofIdNamespaceSummariesobjects.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type IdNamespaceSummary Modifier and Type Method Description ListIdNamespacesResponse.BuilderListIdNamespacesResponse.Builder. idNamespaceSummaries(Collection<IdNamespaceSummary> idNamespaceSummaries)A list ofIdNamespaceSummariesobjects. -
Uses of IdNamespaceSummary in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type IdNamespaceSummary Modifier and Type Method Description SdkIterable<IdNamespaceSummary>ListIdNamespacesIterable. idNamespaceSummaries()Returns an iterable to iterate through the paginatedListIdNamespacesResponse.idNamespaceSummaries()member.SdkPublisher<IdNamespaceSummary>ListIdNamespacesPublisher. idNamespaceSummaries()Returns a publisher that can be used to get a stream of data.
-