Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingEndpointGroup
-
Packages that use CustomRoutingEndpointGroup Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of CustomRoutingEndpointGroup in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return CustomRoutingEndpointGroup Modifier and Type Method Description CustomRoutingEndpointGroupCreateCustomRoutingEndpointGroupResponse. endpointGroup()The information about the endpoint group created for a custom routing accelerator.CustomRoutingEndpointGroupDescribeCustomRoutingEndpointGroupResponse. endpointGroup()The description of an endpoint group for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingEndpointGroup Modifier and Type Method Description List<CustomRoutingEndpointGroup>ListCustomRoutingEndpointGroupsResponse. endpointGroups()The list of the endpoint groups associated with a listener for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingEndpointGroup Modifier and Type Method Description CreateCustomRoutingEndpointGroupResponse.BuilderCreateCustomRoutingEndpointGroupResponse.Builder. endpointGroup(CustomRoutingEndpointGroup endpointGroup)The information about the endpoint group created for a custom routing accelerator.DescribeCustomRoutingEndpointGroupResponse.BuilderDescribeCustomRoutingEndpointGroupResponse.Builder. endpointGroup(CustomRoutingEndpointGroup endpointGroup)The description of an endpoint group for a custom routing accelerator.ListCustomRoutingEndpointGroupsResponse.BuilderListCustomRoutingEndpointGroupsResponse.Builder. endpointGroups(CustomRoutingEndpointGroup... endpointGroups)The list of the endpoint groups associated with a listener for a custom routing accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type CustomRoutingEndpointGroup Modifier and Type Method Description ListCustomRoutingEndpointGroupsResponse.BuilderListCustomRoutingEndpointGroupsResponse.Builder. endpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)The list of the endpoint groups associated with a listener for a custom routing accelerator. -
Uses of CustomRoutingEndpointGroup in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type CustomRoutingEndpointGroup Modifier and Type Method Description SdkIterable<CustomRoutingEndpointGroup>ListCustomRoutingEndpointGroupsIterable. endpointGroups()Returns an iterable to iterate through the paginatedListCustomRoutingEndpointGroupsResponse.endpointGroups()member.SdkPublisher<CustomRoutingEndpointGroup>ListCustomRoutingEndpointGroupsPublisher. endpointGroups()Returns a publisher that can be used to get a stream of data.
-