Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdNamespaceAssociationSummary
-
Packages that use IdNamespaceAssociationSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of IdNamespaceAssociationSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdNamespaceAssociationSummary Modifier and Type Method Description List<IdNamespaceAssociationSummary>ListIdNamespaceAssociationsResponse. idNamespaceAssociationSummaries()The summary information of the ID namespace associations that you requested.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdNamespaceAssociationSummary Modifier and Type Method Description ListIdNamespaceAssociationsResponse.BuilderListIdNamespaceAssociationsResponse.Builder. idNamespaceAssociationSummaries(IdNamespaceAssociationSummary... idNamespaceAssociationSummaries)The summary information of the ID namespace associations that you requested.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type IdNamespaceAssociationSummary Modifier and Type Method Description ListIdNamespaceAssociationsResponse.BuilderListIdNamespaceAssociationsResponse.Builder. idNamespaceAssociationSummaries(Collection<IdNamespaceAssociationSummary> idNamespaceAssociationSummaries)The summary information of the ID namespace associations that you requested. -
Uses of IdNamespaceAssociationSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type IdNamespaceAssociationSummary Modifier and Type Method Description SdkIterable<IdNamespaceAssociationSummary>ListIdNamespaceAssociationsIterable. idNamespaceAssociationSummaries()Returns an iterable to iterate through the paginatedListIdNamespaceAssociationsResponse.idNamespaceAssociationSummaries()member.SdkPublisher<IdNamespaceAssociationSummary>ListIdNamespaceAssociationsPublisher. idNamespaceAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-