Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.GetCollaborationMlInputChannelRequest.Builder
-
Packages that use GetCollaborationMlInputChannelRequest.Builder Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference.software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of GetCollaborationMlInputChannelRequest.Builder in software.amazon.awssdk.services.cleanroomsml
Method parameters in software.amazon.awssdk.services.cleanroomsml with type arguments of type GetCollaborationMlInputChannelRequest.Builder 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 GetCollaborationMlInputChannelResponseCleanRoomsMlClient. getCollaborationMLInputChannel(Consumer<GetCollaborationMlInputChannelRequest.Builder> getCollaborationMlInputChannelRequest)Returns information about a specific ML input channel in a collaboration. -
Uses of GetCollaborationMlInputChannelRequest.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return GetCollaborationMlInputChannelRequest.Builder Modifier and Type Method Description static GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest. builder()GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest.Builder. collaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the ML input channel that you want to get.GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest.Builder. mlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel that you want to get.GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCollaborationMlInputChannelRequest.BuilderGetCollaborationMlInputChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type GetCollaborationMlInputChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetCollaborationMlInputChannelRequest.Builder>GetCollaborationMlInputChannelRequest. serializableBuilderClass()
-