Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GetConfiguredTableResponse
-
Packages that use GetConfiguredTableResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of GetConfiguredTableResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return GetConfiguredTableResponse Modifier and Type Method Description default GetConfiguredTableResponseCleanRoomsClient. getConfiguredTable(Consumer<GetConfiguredTableRequest.Builder> getConfiguredTableRequest)Retrieves a configured table.default GetConfiguredTableResponseCleanRoomsClient. getConfiguredTable(GetConfiguredTableRequest getConfiguredTableRequest)Retrieves a configured table.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type GetConfiguredTableResponse Modifier and Type Method Description default CompletableFuture<GetConfiguredTableResponse>CleanRoomsAsyncClient. getConfiguredTable(Consumer<GetConfiguredTableRequest.Builder> getConfiguredTableRequest)Retrieves a configured table.default CompletableFuture<GetConfiguredTableResponse>CleanRoomsAsyncClient. getConfiguredTable(GetConfiguredTableRequest getConfiguredTableRequest)Retrieves a configured table.
-