Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.CollaborationMLInputChannelSummary
-
Packages that use CollaborationMLInputChannelSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of CollaborationMLInputChannelSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type CollaborationMLInputChannelSummary Modifier and Type Method Description List<CollaborationMLInputChannelSummary>ListCollaborationMlInputChannelsResponse. collaborationMLInputChannelsList()The list of ML input channels that you wanted.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type CollaborationMLInputChannelSummary Modifier and Type Method Description ListCollaborationMlInputChannelsResponse.BuilderListCollaborationMlInputChannelsResponse.Builder. collaborationMLInputChannelsList(CollaborationMLInputChannelSummary... collaborationMLInputChannelsList)The list of ML input channels that you wanted.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type CollaborationMLInputChannelSummary Modifier and Type Method Description ListCollaborationMlInputChannelsResponse.BuilderListCollaborationMlInputChannelsResponse.Builder. collaborationMLInputChannelsList(Collection<CollaborationMLInputChannelSummary> collaborationMLInputChannelsList)The list of ML input channels that you wanted. -
Uses of CollaborationMLInputChannelSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type CollaborationMLInputChannelSummary Modifier and Type Method Description SdkIterable<CollaborationMLInputChannelSummary>ListCollaborationMLInputChannelsIterable. collaborationMLInputChannelsList()Returns an iterable to iterate through the paginatedListCollaborationMlInputChannelsResponse.collaborationMLInputChannelsList()member.SdkPublisher<CollaborationMLInputChannelSummary>ListCollaborationMLInputChannelsPublisher. collaborationMLInputChannelsList()Returns a publisher that can be used to get a stream of data.
-