Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListConnectionGroupsRequest
-
Packages that use ListConnectionGroupsRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListConnectionGroupsRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListConnectionGroupsRequest Modifier and Type Method Description default CompletableFuture<ListConnectionGroupsResponse>CloudFrontAsyncClient. listConnectionGroups(ListConnectionGroupsRequest 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. -
Uses of ListConnectionGroupsRequest in software.amazon.awssdk.services.cloudfront.paginators
Constructors in software.amazon.awssdk.services.cloudfront.paginators with parameters of type ListConnectionGroupsRequest Constructor Description ListConnectionGroupsIterable(CloudFrontClient client, ListConnectionGroupsRequest firstRequest)ListConnectionGroupsPublisher(CloudFrontAsyncClient client, ListConnectionGroupsRequest firstRequest) -
Uses of ListConnectionGroupsRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListConnectionGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListConnectionGroupsRequestMarshaller. marshall(ListConnectionGroupsRequest listConnectionGroupsRequest)
-