Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListConnectionGroupsResponse
-
Packages that use ListConnectionGroupsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListConnectionGroupsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListConnectionGroupsResponse Modifier and Type Method Description default ListConnectionGroupsResponseCloudFrontClient. listConnectionGroups(Consumer<ListConnectionGroupsRequest.Builder> listConnectionGroupsRequest)Lists the connection groups in your Amazon Web Services account.default ListConnectionGroupsResponseCloudFrontClient. listConnectionGroups(ListConnectionGroupsRequest listConnectionGroupsRequest)Lists the connection groups in your Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListConnectionGroupsResponse Modifier and Type Method Description default CompletableFuture<ListConnectionGroupsResponse>CloudFrontAsyncClient. listConnectionGroups(Consumer<ListConnectionGroupsRequest.Builder> listConnectionGroupsRequest)Lists the connection groups in your Amazon Web Services account.default CompletableFuture<ListConnectionGroupsResponse>CloudFrontAsyncClient. listConnectionGroups(ListConnectionGroupsRequest listConnectionGroupsRequest)Lists the connection groups in your Amazon Web Services account. -
Uses of ListConnectionGroupsResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListConnectionGroupsResponse Modifier and Type Method Description Iterator<ListConnectionGroupsResponse>ListConnectionGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListConnectionGroupsResponse Modifier and Type Method Description voidListConnectionGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectionGroupsResponse> subscriber)
-