Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.GetMlInputChannelRequest.Builder
-
Packages that use GetMlInputChannelRequest.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 GetMlInputChannelRequest.Builder in software.amazon.awssdk.services.cleanroomsml
Method parameters in software.amazon.awssdk.services.cleanroomsml with type arguments of type GetMlInputChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMlInputChannelResponse>CleanRoomsMlAsyncClient. getMLInputChannel(Consumer<GetMlInputChannelRequest.Builder> getMlInputChannelRequest)Returns information about an ML input channel.default GetMlInputChannelResponseCleanRoomsMlClient. getMLInputChannel(Consumer<GetMlInputChannelRequest.Builder> getMlInputChannelRequest)Returns information about an ML input channel. -
Uses of GetMlInputChannelRequest.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return GetMlInputChannelRequest.Builder Modifier and Type Method Description static GetMlInputChannelRequest.BuilderGetMlInputChannelRequest. builder()GetMlInputChannelRequest.BuilderGetMlInputChannelRequest.Builder. membershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the ML input channel that you want to get.GetMlInputChannelRequest.BuilderGetMlInputChannelRequest.Builder. mlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel that you want to get.GetMlInputChannelRequest.BuilderGetMlInputChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlInputChannelRequest.BuilderGetMlInputChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMlInputChannelRequest.BuilderGetMlInputChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type GetMlInputChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetMlInputChannelRequest.Builder>GetMlInputChannelRequest. serializableBuilderClass()
-