Uses of Interface
software.amazon.awssdk.services.cleanrooms.CleanRoomsBaseClientBuilder
-
Packages that use CleanRoomsBaseClientBuilder Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of CleanRoomsBaseClientBuilder in software.amazon.awssdk.services.cleanrooms
Classes in software.amazon.awssdk.services.cleanrooms with type parameters of type CleanRoomsBaseClientBuilder Modifier and Type Interface Description interfaceCleanRoomsBaseClientBuilder<B extends CleanRoomsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Clean Rooms Service that is supported by bothCleanRoomsClientBuilderandCleanRoomsAsyncClientBuilder.Subinterfaces of CleanRoomsBaseClientBuilder in software.amazon.awssdk.services.cleanrooms Modifier and Type Interface Description interfaceCleanRoomsAsyncClientBuilderA builder for creating an instance ofCleanRoomsAsyncClient.interfaceCleanRoomsClientBuilderA builder for creating an instance ofCleanRoomsClient.
-