Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.RemoveCustomRoutingEndpointsRequest
-
Packages that use RemoveCustomRoutingEndpointsRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of RemoveCustomRoutingEndpointsRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type RemoveCustomRoutingEndpointsRequest Modifier and Type Method Description default CompletableFuture<RemoveCustomRoutingEndpointsResponse>GlobalAcceleratorAsyncClient. removeCustomRoutingEndpoints(RemoveCustomRoutingEndpointsRequest removeCustomRoutingEndpointsRequest)Remove endpoints from a custom routing accelerator.default RemoveCustomRoutingEndpointsResponseGlobalAcceleratorClient. removeCustomRoutingEndpoints(RemoveCustomRoutingEndpointsRequest removeCustomRoutingEndpointsRequest)Remove endpoints from a custom routing accelerator. -
Uses of RemoveCustomRoutingEndpointsRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type RemoveCustomRoutingEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveCustomRoutingEndpointsRequestMarshaller. marshall(RemoveCustomRoutingEndpointsRequest removeCustomRoutingEndpointsRequest)
-