Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CreateEndpointGroupResponse
-
Packages that use CreateEndpointGroupResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of CreateEndpointGroupResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return CreateEndpointGroupResponse Modifier and Type Method Description default CreateEndpointGroupResponseGlobalAcceleratorClient. createEndpointGroup(Consumer<CreateEndpointGroupRequest.Builder> createEndpointGroupRequest)Create an endpoint group for the specified listener.default CreateEndpointGroupResponseGlobalAcceleratorClient. createEndpointGroup(CreateEndpointGroupRequest createEndpointGroupRequest)Create an endpoint group for the specified listener.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type CreateEndpointGroupResponse Modifier and Type Method Description default CompletableFuture<CreateEndpointGroupResponse>GlobalAcceleratorAsyncClient. createEndpointGroup(Consumer<CreateEndpointGroupRequest.Builder> createEndpointGroupRequest)Create an endpoint group for the specified listener.default CompletableFuture<CreateEndpointGroupResponse>GlobalAcceleratorAsyncClient. createEndpointGroup(CreateEndpointGroupRequest createEndpointGroupRequest)Create an endpoint group for the specified listener.
-