Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingEndpointGroupsResponse
-
Packages that use ListCustomRoutingEndpointGroupsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListCustomRoutingEndpointGroupsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListCustomRoutingEndpointGroupsResponse Modifier and Type Method Description default ListCustomRoutingEndpointGroupsResponseGlobalAcceleratorClient. listCustomRoutingEndpointGroups(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)List the endpoint groups that are associated with a listener for a custom routing accelerator.default ListCustomRoutingEndpointGroupsResponseGlobalAcceleratorClient. listCustomRoutingEndpointGroups(ListCustomRoutingEndpointGroupsRequest listCustomRoutingEndpointGroupsRequest)List the endpoint groups that are associated with a listener for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListCustomRoutingEndpointGroupsResponse Modifier and Type Method Description default CompletableFuture<ListCustomRoutingEndpointGroupsResponse>GlobalAcceleratorAsyncClient. listCustomRoutingEndpointGroups(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)List the endpoint groups that are associated with a listener for a custom routing accelerator.default CompletableFuture<ListCustomRoutingEndpointGroupsResponse>GlobalAcceleratorAsyncClient. listCustomRoutingEndpointGroups(ListCustomRoutingEndpointGroupsRequest listCustomRoutingEndpointGroupsRequest)List the endpoint groups that are associated with a listener for a custom routing accelerator. -
Uses of ListCustomRoutingEndpointGroupsResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListCustomRoutingEndpointGroupsResponse Modifier and Type Method Description Iterator<ListCustomRoutingEndpointGroupsResponse>ListCustomRoutingEndpointGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListCustomRoutingEndpointGroupsResponse Modifier and Type Method Description voidListCustomRoutingEndpointGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomRoutingEndpointGroupsResponse> subscriber)
-