Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AddEndpointsResponse
-
Packages that use AddEndpointsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of AddEndpointsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return AddEndpointsResponse Modifier and Type Method Description default AddEndpointsResponseGlobalAcceleratorClient. addEndpoints(Consumer<AddEndpointsRequest.Builder> addEndpointsRequest)Add endpoints to an endpoint group.default AddEndpointsResponseGlobalAcceleratorClient. addEndpoints(AddEndpointsRequest addEndpointsRequest)Add endpoints to an endpoint group.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type AddEndpointsResponse Modifier and Type Method Description default CompletableFuture<AddEndpointsResponse>GlobalAcceleratorAsyncClient. addEndpoints(Consumer<AddEndpointsRequest.Builder> addEndpointsRequest)Add endpoints to an endpoint group.default CompletableFuture<AddEndpointsResponse>GlobalAcceleratorAsyncClient. addEndpoints(AddEndpointsRequest addEndpointsRequest)Add endpoints to an endpoint group.
-