Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.EndpointGroup
-
Packages that use EndpointGroup Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of EndpointGroup in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return EndpointGroup Modifier and Type Method Description EndpointGroupCreateEndpointGroupResponse. endpointGroup()The information about the endpoint group that was created.EndpointGroupDescribeEndpointGroupResponse. endpointGroup()The description of an endpoint group.EndpointGroupUpdateEndpointGroupResponse. endpointGroup()The information about the endpoint group that was updated.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type EndpointGroup Modifier and Type Method Description List<EndpointGroup>ListEndpointGroupsResponse. endpointGroups()The list of the endpoint groups associated with a listener.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type EndpointGroup Modifier and Type Method Description CreateEndpointGroupResponse.BuilderCreateEndpointGroupResponse.Builder. endpointGroup(EndpointGroup endpointGroup)The information about the endpoint group that was created.DescribeEndpointGroupResponse.BuilderDescribeEndpointGroupResponse.Builder. endpointGroup(EndpointGroup endpointGroup)The description of an endpoint group.UpdateEndpointGroupResponse.BuilderUpdateEndpointGroupResponse.Builder. endpointGroup(EndpointGroup endpointGroup)The information about the endpoint group that was updated.ListEndpointGroupsResponse.BuilderListEndpointGroupsResponse.Builder. endpointGroups(EndpointGroup... endpointGroups)The list of the endpoint groups associated with a listener.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type EndpointGroup Modifier and Type Method Description ListEndpointGroupsResponse.BuilderListEndpointGroupsResponse.Builder. endpointGroups(Collection<EndpointGroup> endpointGroups)The list of the endpoint groups associated with a listener. -
Uses of EndpointGroup in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type EndpointGroup Modifier and Type Method Description SdkIterable<EndpointGroup>ListEndpointGroupsIterable. endpointGroups()Returns an iterable to iterate through the paginatedListEndpointGroupsResponse.endpointGroups()member.SdkPublisher<EndpointGroup>ListEndpointGroupsPublisher. endpointGroups()Returns a publisher that can be used to get a stream of data.
-