Uses of Enum
software.amazon.awssdk.services.ec2.model.ConnectivityType
Packages that use ConnectivityType
-
Uses of ConnectivityType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectivityTypeModifier and TypeMethodDescriptionfinal ConnectivityTypeCreateNatGatewayRequest.connectivityType()Indicates whether the NAT gateway supports public or private connectivity.final ConnectivityTypeNatGateway.connectivityType()Indicates whether the NAT gateway supports public or private connectivity.static ConnectivityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectivityTypeReturns the enum constant of this type with the specified name.static ConnectivityType[]ConnectivityType.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 ConnectivityTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type ConnectivityTypeModifier and TypeMethodDescriptionCreateNatGatewayRequest.Builder.connectivityType(ConnectivityType connectivityType) Indicates whether the NAT gateway supports public or private connectivity.NatGateway.Builder.connectivityType(ConnectivityType connectivityType) Indicates whether the NAT gateway supports public or private connectivity.