Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.DeleteCustomRoutingEndpointGroupResponse
-
Packages that use DeleteCustomRoutingEndpointGroupResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of DeleteCustomRoutingEndpointGroupResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return DeleteCustomRoutingEndpointGroupResponse Modifier and Type Method Description default DeleteCustomRoutingEndpointGroupResponseGlobalAcceleratorClient. deleteCustomRoutingEndpointGroup(Consumer<DeleteCustomRoutingEndpointGroupRequest.Builder> deleteCustomRoutingEndpointGroupRequest)Delete an endpoint group from a listener for a custom routing accelerator.default DeleteCustomRoutingEndpointGroupResponseGlobalAcceleratorClient. deleteCustomRoutingEndpointGroup(DeleteCustomRoutingEndpointGroupRequest deleteCustomRoutingEndpointGroupRequest)Delete an endpoint group from a listener for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type DeleteCustomRoutingEndpointGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomRoutingEndpointGroupResponse>GlobalAcceleratorAsyncClient. deleteCustomRoutingEndpointGroup(Consumer<DeleteCustomRoutingEndpointGroupRequest.Builder> deleteCustomRoutingEndpointGroupRequest)Delete an endpoint group from a listener for a custom routing accelerator.default CompletableFuture<DeleteCustomRoutingEndpointGroupResponse>GlobalAcceleratorAsyncClient. deleteCustomRoutingEndpointGroup(DeleteCustomRoutingEndpointGroupRequest deleteCustomRoutingEndpointGroupRequest)Delete an endpoint group from a listener for a custom routing accelerator.
-