Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListAnalysisTemplatesResponse
-
Packages that use ListAnalysisTemplatesResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListAnalysisTemplatesResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListAnalysisTemplatesResponse Modifier and Type Method Description default ListAnalysisTemplatesResponseCleanRoomsClient. listAnalysisTemplates(Consumer<ListAnalysisTemplatesRequest.Builder> listAnalysisTemplatesRequest)Lists analysis templates that the caller owns.default ListAnalysisTemplatesResponseCleanRoomsClient. listAnalysisTemplates(ListAnalysisTemplatesRequest listAnalysisTemplatesRequest)Lists analysis templates that the caller owns.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListAnalysisTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListAnalysisTemplatesResponse>CleanRoomsAsyncClient. listAnalysisTemplates(Consumer<ListAnalysisTemplatesRequest.Builder> listAnalysisTemplatesRequest)Lists analysis templates that the caller owns.default CompletableFuture<ListAnalysisTemplatesResponse>CleanRoomsAsyncClient. listAnalysisTemplates(ListAnalysisTemplatesRequest listAnalysisTemplatesRequest)Lists analysis templates that the caller owns. -
Uses of ListAnalysisTemplatesResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListAnalysisTemplatesResponse Modifier and Type Method Description Iterator<ListAnalysisTemplatesResponse>ListAnalysisTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListAnalysisTemplatesResponse Modifier and Type Method Description voidListAnalysisTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnalysisTemplatesResponse> subscriber)
-