Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListEndpointGroupsResponse
-
Packages that use ListEndpointGroupsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListEndpointGroupsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListEndpointGroupsResponse Modifier and Type Method Description default ListEndpointGroupsResponseGlobalAcceleratorClient. listEndpointGroups(Consumer<ListEndpointGroupsRequest.Builder> listEndpointGroupsRequest)List the endpoint groups that are associated with a listener.default ListEndpointGroupsResponseGlobalAcceleratorClient. listEndpointGroups(ListEndpointGroupsRequest listEndpointGroupsRequest)List the endpoint groups that are associated with a listener.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListEndpointGroupsResponse Modifier and Type Method Description default CompletableFuture<ListEndpointGroupsResponse>GlobalAcceleratorAsyncClient. listEndpointGroups(Consumer<ListEndpointGroupsRequest.Builder> listEndpointGroupsRequest)List the endpoint groups that are associated with a listener.default CompletableFuture<ListEndpointGroupsResponse>GlobalAcceleratorAsyncClient. listEndpointGroups(ListEndpointGroupsRequest listEndpointGroupsRequest)List the endpoint groups that are associated with a listener. -
Uses of ListEndpointGroupsResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListEndpointGroupsResponse Modifier and Type Method Description Iterator<ListEndpointGroupsResponse>ListEndpointGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListEndpointGroupsResponse Modifier and Type Method Description voidListEndpointGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEndpointGroupsResponse> subscriber)
-