Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ByoipCidr
-
Packages that use ByoipCidr Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ByoipCidr in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return ByoipCidr Modifier and Type Method Description ByoipCidrAdvertiseByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrDeprovisionByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrProvisionByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrWithdrawByoipCidrResponse. byoipCidr()Information about the BYOIP address pool.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ByoipCidr Modifier and Type Method Description List<ByoipCidr>ListByoipCidrsResponse. byoipCidrs()Information about your address ranges.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type ByoipCidr Modifier and Type Method Description AdvertiseByoipCidrResponse.BuilderAdvertiseByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.DeprovisionByoipCidrResponse.BuilderDeprovisionByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.ProvisionByoipCidrResponse.BuilderProvisionByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.WithdrawByoipCidrResponse.BuilderWithdrawByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the BYOIP address pool.ListByoipCidrsResponse.BuilderListByoipCidrsResponse.Builder. byoipCidrs(ByoipCidr... byoipCidrs)Information about your address ranges.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type ByoipCidr Modifier and Type Method Description ListByoipCidrsResponse.BuilderListByoipCidrsResponse.Builder. byoipCidrs(Collection<ByoipCidr> byoipCidrs)Information about your address ranges. -
Uses of ByoipCidr in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ByoipCidr Modifier and Type Method Description SdkIterable<ByoipCidr>ListByoipCidrsIterable. byoipCidrs()Returns an iterable to iterate through the paginatedListByoipCidrsResponse.byoipCidrs()member.SdkPublisher<ByoipCidr>ListByoipCidrsPublisher. byoipCidrs()Returns a publisher that can be used to get a stream of data.
-