Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AcceleratorEvent
-
Packages that use AcceleratorEvent Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of AcceleratorEvent in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type AcceleratorEvent Modifier and Type Method Description List<AcceleratorEvent>Accelerator. events()A history of changes that you make to an accelerator in Global Accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type AcceleratorEvent Modifier and Type Method Description Accelerator.BuilderAccelerator.Builder. events(AcceleratorEvent... events)A history of changes that you make to an accelerator in Global Accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type AcceleratorEvent Modifier and Type Method Description Accelerator.BuilderAccelerator.Builder. events(Collection<AcceleratorEvent> events)A history of changes that you make to an accelerator in Global Accelerator.
-