Uses of Class
software.amazon.awssdk.services.ec2.model.VpnConnectionDeviceType
-
Packages that use VpnConnectionDeviceType Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 VpnConnectionDeviceType Modifier and Type Method Description 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 VpnConnectionDeviceType Modifier and Type Method Description GetVpnConnectionDeviceTypesResponse.BuilderGetVpnConnectionDeviceTypesResponse.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 VpnConnectionDeviceType Modifier and Type Method Description GetVpnConnectionDeviceTypesResponse.BuilderGetVpnConnectionDeviceTypesResponse.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 VpnConnectionDeviceType Modifier and Type Method Description SdkIterable<VpnConnectionDeviceType>GetVpnConnectionDeviceTypesIterable. vpnConnectionDeviceTypes()Returns an iterable to iterate through the paginatedGetVpnConnectionDeviceTypesResponse.vpnConnectionDeviceTypes()member.SdkPublisher<VpnConnectionDeviceType>GetVpnConnectionDeviceTypesPublisher. vpnConnectionDeviceTypes()Returns a publisher that can be used to get a stream of data.
-