Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CreateCustomRoutingEndpointGroupResponse
-
Packages that use CreateCustomRoutingEndpointGroupResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of CreateCustomRoutingEndpointGroupResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return CreateCustomRoutingEndpointGroupResponse Modifier and Type Method Description default CreateCustomRoutingEndpointGroupResponseGlobalAcceleratorClient. createCustomRoutingEndpointGroup(Consumer<CreateCustomRoutingEndpointGroupRequest.Builder> createCustomRoutingEndpointGroupRequest)Create an endpoint group for the specified listener for a custom routing accelerator.default CreateCustomRoutingEndpointGroupResponseGlobalAcceleratorClient. createCustomRoutingEndpointGroup(CreateCustomRoutingEndpointGroupRequest createCustomRoutingEndpointGroupRequest)Create an endpoint group for the specified listener for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type CreateCustomRoutingEndpointGroupResponse Modifier and Type Method Description default CompletableFuture<CreateCustomRoutingEndpointGroupResponse>GlobalAcceleratorAsyncClient. createCustomRoutingEndpointGroup(Consumer<CreateCustomRoutingEndpointGroupRequest.Builder> createCustomRoutingEndpointGroupRequest)Create an endpoint group for the specified listener for a custom routing accelerator.default CompletableFuture<CreateCustomRoutingEndpointGroupResponse>GlobalAcceleratorAsyncClient. createCustomRoutingEndpointGroup(CreateCustomRoutingEndpointGroupRequest createCustomRoutingEndpointGroupRequest)Create an endpoint group for the specified listener for a custom routing accelerator.
-