Uses of Class
software.amazon.awssdk.services.ec2.model.IpAddressType
-
Packages that use IpAddressType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IpAddressType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpAddressType Modifier and Type Method Description static IpAddressTypeIpAddressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressTypeCreateInstanceConnectEndpointRequest. ipAddressType()The IP address type of the endpoint.IpAddressTypeCreateVpcEndpointRequest. ipAddressType()The IP address type for the endpoint.IpAddressTypeEc2InstanceConnectEndpoint. ipAddressType()The IP address type of the endpoint.IpAddressTypeModifyInstanceConnectEndpointRequest. ipAddressType()The new IP address type for the EC2 Instance Connect Endpoint.IpAddressTypeModifyVpcEndpointRequest. ipAddressType()The IP address type for the endpoint.IpAddressTypeVpcEndpoint. ipAddressType()The IP address type for the endpoint.IpAddressTypeVpcEndpointConnection. ipAddressType()The IP address type for the endpoint.static IpAddressTypeIpAddressType. valueOf(String name)Returns 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 IpAddressType Modifier and Type Method Description static Set<IpAddressType>IpAddressType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpAddressType Modifier and Type Method Description CreateInstanceConnectEndpointRequest.BuilderCreateInstanceConnectEndpointRequest.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type of the endpoint.CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type for the endpoint.Ec2InstanceConnectEndpoint.BuilderEc2InstanceConnectEndpoint.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type of the endpoint.ModifyInstanceConnectEndpointRequest.BuilderModifyInstanceConnectEndpointRequest.Builder. ipAddressType(IpAddressType ipAddressType)The new IP address type for the EC2 Instance Connect Endpoint.ModifyVpcEndpointRequest.BuilderModifyVpcEndpointRequest.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type for the endpoint.VpcEndpoint.BuilderVpcEndpoint.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type for the endpoint.VpcEndpointConnection.BuilderVpcEndpointConnection.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type for the endpoint.
-