Uses of Interface
software.amazon.awssdk.services.ec2.model.ClientVpnConnection.Builder
Packages that use ClientVpnConnection.Builder
-
Uses of ClientVpnConnection.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnConnection.BuilderModifier and TypeMethodDescriptionstatic ClientVpnConnection.BuilderClientVpnConnection.builder()The IP address of the client.ClientVpnConnection.Builder.clientIpv6Address(String clientIpv6Address) The IPv6 address assigned to the client connection when using a dual-stack Client VPN endpoint.ClientVpnConnection.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint to which the client is connected.ClientVpnConnection.Builder.commonName(String commonName) The common name associated with the client.ClientVpnConnection.Builder.connectionEndTime(String connectionEndTime) The date and time the client connection was terminated.ClientVpnConnection.Builder.connectionEstablishedTime(String connectionEstablishedTime) The date and time the client connection was established.ClientVpnConnection.Builder.connectionId(String connectionId) The ID of the client connection.ClientVpnConnection.Builder.egressBytes(String egressBytes) The number of bytes received by the client.ClientVpnConnection.Builder.egressPackets(String egressPackets) The number of packets received by the client.ClientVpnConnection.Builder.ingressBytes(String ingressBytes) The number of bytes sent by the client.ClientVpnConnection.Builder.ingressPackets(String ingressPackets) The number of packets sent by the client.ClientVpnConnection.Builder.postureComplianceStatuses(String... postureComplianceStatuses) The statuses returned by the client connect handler for posture compliance, if applicable.ClientVpnConnection.Builder.postureComplianceStatuses(Collection<String> postureComplianceStatuses) The statuses returned by the client connect handler for posture compliance, if applicable.default ClientVpnConnection.BuilderClientVpnConnection.Builder.status(Consumer<ClientVpnConnectionStatus.Builder> status) The current state of the client connection.ClientVpnConnection.Builder.status(ClientVpnConnectionStatus status) The current state of the client connection.The current date and time.ClientVpnConnection.toBuilder()The username of the client who established the client connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnConnection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ClientVpnConnection.Builder>ClientVpnConnection.serializableBuilderClass()