Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AddCustomRoutingEndpointsResponse
-
Packages that use AddCustomRoutingEndpointsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of AddCustomRoutingEndpointsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return AddCustomRoutingEndpointsResponse Modifier and Type Method Description default AddCustomRoutingEndpointsResponseGlobalAcceleratorClient. addCustomRoutingEndpoints(Consumer<AddCustomRoutingEndpointsRequest.Builder> addCustomRoutingEndpointsRequest)Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.default AddCustomRoutingEndpointsResponseGlobalAcceleratorClient. addCustomRoutingEndpoints(AddCustomRoutingEndpointsRequest addCustomRoutingEndpointsRequest)Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type AddCustomRoutingEndpointsResponse Modifier and Type Method Description default CompletableFuture<AddCustomRoutingEndpointsResponse>GlobalAcceleratorAsyncClient. addCustomRoutingEndpoints(Consumer<AddCustomRoutingEndpointsRequest.Builder> addCustomRoutingEndpointsRequest)Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.default CompletableFuture<AddCustomRoutingEndpointsResponse>GlobalAcceleratorAsyncClient. addCustomRoutingEndpoints(AddCustomRoutingEndpointsRequest addCustomRoutingEndpointsRequest)Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.
-