Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingEndpointGroupsRequest
-
Packages that use ListCustomRoutingEndpointGroupsRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of ListCustomRoutingEndpointGroupsRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type ListCustomRoutingEndpointGroupsRequest Modifier and Type Method Description default CompletableFuture<ListCustomRoutingEndpointGroupsResponse>GlobalAcceleratorAsyncClient. listCustomRoutingEndpointGroups(ListCustomRoutingEndpointGroupsRequest 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.default ListCustomRoutingEndpointGroupsPublisherGlobalAcceleratorAsyncClient. listCustomRoutingEndpointGroupsPaginator(ListCustomRoutingEndpointGroupsRequest listCustomRoutingEndpointGroupsRequest)default ListCustomRoutingEndpointGroupsIterableGlobalAcceleratorClient. listCustomRoutingEndpointGroupsPaginator(ListCustomRoutingEndpointGroupsRequest listCustomRoutingEndpointGroupsRequest) -
Uses of ListCustomRoutingEndpointGroupsRequest in software.amazon.awssdk.services.globalaccelerator.paginators
Constructors in software.amazon.awssdk.services.globalaccelerator.paginators with parameters of type ListCustomRoutingEndpointGroupsRequest Constructor Description ListCustomRoutingEndpointGroupsIterable(GlobalAcceleratorClient client, ListCustomRoutingEndpointGroupsRequest firstRequest)ListCustomRoutingEndpointGroupsPublisher(GlobalAcceleratorAsyncClient client, ListCustomRoutingEndpointGroupsRequest firstRequest) -
Uses of ListCustomRoutingEndpointGroupsRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type ListCustomRoutingEndpointGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListCustomRoutingEndpointGroupsRequestMarshaller. marshall(ListCustomRoutingEndpointGroupsRequest listCustomRoutingEndpointGroupsRequest)
-