Uses of Class
software.amazon.awssdk.services.ec2.model.ServiceConnectivityType
-
Packages that use ServiceConnectivityType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ServiceConnectivityType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ServiceConnectivityType Modifier and Type Method Description static ServiceConnectivityTypeServiceConnectivityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceConnectivityTypeServiceConnectivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceConnectivityType[]ServiceConnectivityType. 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 ServiceConnectivityType Modifier and Type Method Description static Set<ServiceConnectivityType>ServiceConnectivityType. knownValues()List<ServiceConnectivityType>ServiceConfiguration. supportedIpAddressTypes()The supported IP address types.List<ServiceConnectivityType>ServiceDetail. supportedIpAddressTypes()The supported IP address types.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceConnectivityType Modifier and Type Method Description ServiceConfiguration.BuilderServiceConfiguration.Builder. supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes)The supported IP address types.ServiceDetail.BuilderServiceDetail.Builder. supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes)The supported IP address types.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceConnectivityType Modifier and Type Method Description ServiceConfiguration.BuilderServiceConfiguration.Builder. supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes)The supported IP address types.ServiceDetail.BuilderServiceDetail.Builder. supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes)The supported IP address types.
-