Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ByoipCidrEvent
-
Packages that use ByoipCidrEvent Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of ByoipCidrEvent in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ByoipCidrEvent Modifier and Type Method Description List<ByoipCidrEvent>ByoipCidr. events()A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type ByoipCidrEvent Modifier and Type Method Description ByoipCidr.BuilderByoipCidr.Builder. events(ByoipCidrEvent... events)A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type ByoipCidrEvent Modifier and Type Method Description ByoipCidr.BuilderByoipCidr.Builder. events(Collection<ByoipCidrEvent> events)A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
-