Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListPrivacyBudgetsResponse
-
Packages that use ListPrivacyBudgetsResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListPrivacyBudgetsResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListPrivacyBudgetsResponse Modifier and Type Method Description default ListPrivacyBudgetsResponseCleanRoomsClient. listPrivacyBudgets(Consumer<ListPrivacyBudgetsRequest.Builder> listPrivacyBudgetsRequest)Returns detailed information about the privacy budgets in a specified membership.default ListPrivacyBudgetsResponseCleanRoomsClient. listPrivacyBudgets(ListPrivacyBudgetsRequest listPrivacyBudgetsRequest)Returns detailed information about the privacy budgets in a specified membership.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListPrivacyBudgetsResponse Modifier and Type Method Description default CompletableFuture<ListPrivacyBudgetsResponse>CleanRoomsAsyncClient. listPrivacyBudgets(Consumer<ListPrivacyBudgetsRequest.Builder> listPrivacyBudgetsRequest)Returns detailed information about the privacy budgets in a specified membership.default CompletableFuture<ListPrivacyBudgetsResponse>CleanRoomsAsyncClient. listPrivacyBudgets(ListPrivacyBudgetsRequest listPrivacyBudgetsRequest)Returns detailed information about the privacy budgets in a specified membership. -
Uses of ListPrivacyBudgetsResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListPrivacyBudgetsResponse Modifier and Type Method Description Iterator<ListPrivacyBudgetsResponse>ListPrivacyBudgetsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListPrivacyBudgetsResponse Modifier and Type Method Description voidListPrivacyBudgetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPrivacyBudgetsResponse> subscriber)
-