Uses of Interface
software.amazon.awssdk.services.ec2.model.ActiveVpnTunnelStatus.Builder
Packages that use ActiveVpnTunnelStatus.Builder
-
Uses of ActiveVpnTunnelStatus.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ActiveVpnTunnelStatus.BuilderModifier and TypeMethodDescriptionActiveVpnTunnelStatus.builder()ActiveVpnTunnelStatus.Builder.ikeVersion(String ikeVersion) The version of the Internet Key Exchange (IKE) protocol being used.ActiveVpnTunnelStatus.Builder.phase1DHGroup(Integer phase1DHGroup) The Diffie-Hellman group number being used in Phase 1 IKE negotiations.ActiveVpnTunnelStatus.Builder.phase1EncryptionAlgorithm(String phase1EncryptionAlgorithm) The encryption algorithm negotiated in Phase 1 IKE negotiations.ActiveVpnTunnelStatus.Builder.phase1IntegrityAlgorithm(String phase1IntegrityAlgorithm) The integrity algorithm negotiated in Phase 1 IKE negotiations.ActiveVpnTunnelStatus.Builder.phase2DHGroup(Integer phase2DHGroup) The Diffie-Hellman group number being used in Phase 2 IKE negotiations.ActiveVpnTunnelStatus.Builder.phase2EncryptionAlgorithm(String phase2EncryptionAlgorithm) The encryption algorithm negotiated in Phase 2 IKE negotiations.ActiveVpnTunnelStatus.Builder.phase2IntegrityAlgorithm(String phase2IntegrityAlgorithm) The integrity algorithm negotiated in Phase 2 IKE negotiations.ActiveVpnTunnelStatus.Builder.provisioningStatus(String provisioningStatus) The current provisioning status of the VPN tunnel.ActiveVpnTunnelStatus.Builder.provisioningStatus(VpnTunnelProvisioningStatus provisioningStatus) The current provisioning status of the VPN tunnel.ActiveVpnTunnelStatus.Builder.provisioningStatusReason(String provisioningStatusReason) The reason for the current provisioning status.ActiveVpnTunnelStatus.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ActiveVpnTunnelStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActiveVpnTunnelStatus.Builder>ActiveVpnTunnelStatus.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ActiveVpnTunnelStatus.BuilderModifier and TypeMethodDescriptionGetActiveVpnTunnelStatusResponse.Builder.activeVpnTunnelStatus(Consumer<ActiveVpnTunnelStatus.Builder> activeVpnTunnelStatus) Information about the current security configuration of the VPN tunnel.