Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CreateConfiguredTableResponse
-
Packages that use CreateConfiguredTableResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of CreateConfiguredTableResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return CreateConfiguredTableResponse Modifier and Type Method Description default CreateConfiguredTableResponseCleanRoomsClient. createConfiguredTable(Consumer<CreateConfiguredTableRequest.Builder> createConfiguredTableRequest)Creates a new configured table resource.default CreateConfiguredTableResponseCleanRoomsClient. createConfiguredTable(CreateConfiguredTableRequest createConfiguredTableRequest)Creates a new configured table resource.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type CreateConfiguredTableResponse Modifier and Type Method Description default CompletableFuture<CreateConfiguredTableResponse>CleanRoomsAsyncClient. createConfiguredTable(Consumer<CreateConfiguredTableRequest.Builder> createConfiguredTableRequest)Creates a new configured table resource.default CompletableFuture<CreateConfiguredTableResponse>CleanRoomsAsyncClient. createConfiguredTable(CreateConfiguredTableRequest createConfiguredTableRequest)Creates a new configured table resource.
-