Uses of Class
software.amazon.awssdk.services.cloudfront.model.ConnectionGroupSummary
Packages that use ConnectionGroupSummary
Package
Description
-
Uses of ConnectionGroupSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ConnectionGroupSummaryModifier and TypeMethodDescriptionfinal List<ConnectionGroupSummary>ListConnectionGroupsResponse.connectionGroups()The list of connection groups that you retrieved.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConnectionGroupSummaryModifier and TypeMethodDescriptionListConnectionGroupsResponse.Builder.connectionGroups(ConnectionGroupSummary... connectionGroups) The list of connection groups that you retrieved.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ConnectionGroupSummaryModifier and TypeMethodDescriptionListConnectionGroupsResponse.Builder.connectionGroups(Collection<ConnectionGroupSummary> connectionGroups) The list of connection groups that you retrieved. -
Uses of ConnectionGroupSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ConnectionGroupSummaryModifier and TypeMethodDescriptionListConnectionGroupsIterable.connectionGroups()Returns an iterable to iterate through the paginatedListConnectionGroupsResponse.connectionGroups()member.ListConnectionGroupsPublisher.connectionGroups()Returns a publisher that can be used to get a stream of data.