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