Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.GetCollaborationMlInputChannelResponse
-
Packages that use GetCollaborationMlInputChannelResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of GetCollaborationMlInputChannelResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return GetCollaborationMlInputChannelResponse Modifier and Type Method Description default GetCollaborationMlInputChannelResponseCleanRoomsMlClient. getCollaborationMLInputChannel(Consumer<GetCollaborationMlInputChannelRequest.Builder> getCollaborationMlInputChannelRequest)Returns information about a specific ML input channel in a collaboration.default GetCollaborationMlInputChannelResponseCleanRoomsMlClient. getCollaborationMLInputChannel(GetCollaborationMlInputChannelRequest getCollaborationMlInputChannelRequest)Returns information about a specific ML input channel in a collaboration.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type GetCollaborationMlInputChannelResponse Modifier and Type Method Description default CompletableFuture<GetCollaborationMlInputChannelResponse>CleanRoomsMlAsyncClient. getCollaborationMLInputChannel(Consumer<GetCollaborationMlInputChannelRequest.Builder> getCollaborationMlInputChannelRequest)Returns information about a specific ML input channel in a collaboration.default CompletableFuture<GetCollaborationMlInputChannelResponse>CleanRoomsMlAsyncClient. getCollaborationMLInputChannel(GetCollaborationMlInputChannelRequest getCollaborationMlInputChannelRequest)Returns information about a specific ML input channel in a collaboration.
-