| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model | |
| software.amazon.awssdk.services.globalaccelerator.paginators |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
CreateEndpointGroupResponse.endpointGroup()
The information about the endpoint group that was created.
|
EndpointGroup |
UpdateEndpointGroupResponse.endpointGroup()
The information about the endpoint group that was updated.
|
EndpointGroup |
DescribeEndpointGroupResponse.endpointGroup()
The description of an endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointGroup> |
ListEndpointGroupsResponse.endpointGroups()
The list of the endpoint groups associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointGroupResponse.Builder |
CreateEndpointGroupResponse.Builder.endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
UpdateEndpointGroupResponse.Builder |
UpdateEndpointGroupResponse.Builder.endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
|
DescribeEndpointGroupResponse.Builder |
DescribeEndpointGroupResponse.Builder.endpointGroup(EndpointGroup endpointGroup)
The description of an endpoint group.
|
ListEndpointGroupsResponse.Builder |
ListEndpointGroupsResponse.Builder.endpointGroups(EndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointGroupsResponse.Builder |
ListEndpointGroupsResponse.Builder.endpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EndpointGroup> |
ListEndpointGroupsIterable.endpointGroups()
Returns an iterable to iterate through the paginated
ListEndpointGroupsResponse.endpointGroups() member. |
SdkPublisher<EndpointGroup> |
ListEndpointGroupsPublisher.endpointGroups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.