Uses of Class
software.amazon.awssdk.services.cloudfront.model.ConnectionGroupSummary
-
Packages that use ConnectionGroupSummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
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 ConnectionGroupSummary Modifier and Type Method Description List<ConnectionGroupSummary>ListConnectionGroupsResponse. connectionGroups()The list of connection groups that you retrieved.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConnectionGroupSummary Modifier and Type Method Description ListConnectionGroupsResponse.BuilderListConnectionGroupsResponse.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 ConnectionGroupSummary Modifier and Type Method Description ListConnectionGroupsResponse.BuilderListConnectionGroupsResponse.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 ConnectionGroupSummary Modifier and Type Method Description SdkIterable<ConnectionGroupSummary>ListConnectionGroupsIterable. connectionGroups()Returns an iterable to iterate through the paginatedListConnectionGroupsResponse.connectionGroups()member.SdkPublisher<ConnectionGroupSummary>ListConnectionGroupsPublisher. connectionGroups()Returns a publisher that can be used to get a stream of data.
-