Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingEndpointGroupsRequest.Builder
-
Packages that use ListCustomRoutingEndpointGroupsRequest.Builder Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of ListCustomRoutingEndpointGroupsRequest.Builder in software.amazon.awssdk.services.globalaccelerator
-
Uses of ListCustomRoutingEndpointGroupsRequest.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return ListCustomRoutingEndpointGroupsRequest.Builder Modifier and Type Method Description static ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest. builder()ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest.Builder. listenerArn(String listenerArn)The Amazon Resource Name (ARN) of the listener to list endpoint groups for.ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest.Builder. maxResults(Integer maxResults)The number of endpoint group objects that you want to return with this call.ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCustomRoutingEndpointGroupsRequest.BuilderListCustomRoutingEndpointGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ListCustomRoutingEndpointGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListCustomRoutingEndpointGroupsRequest.Builder>ListCustomRoutingEndpointGroupsRequest. serializableBuilderClass()
-