Uses of Class
software.amazon.awssdk.services.ec2.model.VpnConnectionDeviceType
Packages that use VpnConnectionDeviceType
Package
Description
-
Uses of VpnConnectionDeviceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnConnectionDeviceTypeModifier and TypeMethodDescriptionfinal List<VpnConnectionDeviceType>GetVpnConnectionDeviceTypesResponse.vpnConnectionDeviceTypes()List of customer gateway devices that have a sample configuration file available for use.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnConnectionDeviceTypeModifier and TypeMethodDescriptionGetVpnConnectionDeviceTypesResponse.Builder.vpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes) List of customer gateway devices that have a sample configuration file available for use.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnConnectionDeviceTypeModifier and TypeMethodDescriptionGetVpnConnectionDeviceTypesResponse.Builder.vpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes) List of customer gateway devices that have a sample configuration file available for use. -
Uses of VpnConnectionDeviceType in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VpnConnectionDeviceTypeModifier and TypeMethodDescriptionGetVpnConnectionDeviceTypesIterable.vpnConnectionDeviceTypes()Returns an iterable to iterate through the paginatedGetVpnConnectionDeviceTypesResponse.vpnConnectionDeviceTypes()member.GetVpnConnectionDeviceTypesPublisher.vpnConnectionDeviceTypes()Returns a publisher that can be used to get a stream of data.