Uses of Enum
software.amazon.awssdk.services.ec2.model.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpAddressTypeModifier and TypeMethodDescriptionstatic IpAddressTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpAddressTypeCreateInstanceConnectEndpointRequest.ipAddressType()The IP address type of the endpoint.final IpAddressTypeCreateVpcEndpointRequest.ipAddressType()The IP address type for the endpoint.final IpAddressTypeEc2InstanceConnectEndpoint.ipAddressType()The IP address type of the endpoint.final IpAddressTypeModifyInstanceConnectEndpointRequest.ipAddressType()The new IP address type for the EC2 Instance Connect Endpoint.final IpAddressTypeModifyVpcEndpointRequest.ipAddressType()The IP address type for the endpoint.final IpAddressTypeVpcEndpoint.ipAddressType()The IP address type for the endpoint.final IpAddressTypeVpcEndpointConnection.ipAddressType()The IP address type for the endpoint.static IpAddressTypeReturns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpAddressTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type IpAddressTypeModifier and TypeMethodDescriptionCreateInstanceConnectEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type of the endpoint.CreateVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.Ec2InstanceConnectEndpoint.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type of the endpoint.ModifyInstanceConnectEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The new IP address type for the EC2 Instance Connect Endpoint.ModifyVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.VpcEndpoint.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.VpcEndpointConnection.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.