Uses of Enum
software.amazon.awssdk.services.ec2.model.ServiceConnectivityType
Packages that use ServiceConnectivityType
-
Uses of ServiceConnectivityType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ServiceConnectivityTypeModifier and TypeMethodDescriptionstatic ServiceConnectivityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceConnectivityTypeReturns 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 ServiceConnectivityTypeModifier and TypeMethodDescriptionstatic Set<ServiceConnectivityType>ServiceConnectivityType.knownValues()final List<ServiceConnectivityType>ServiceConfiguration.supportedIpAddressTypes()The supported IP address types.final List<ServiceConnectivityType>ServiceDetail.supportedIpAddressTypes()The supported IP address types.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceConnectivityTypeModifier and TypeMethodDescriptionServiceConfiguration.Builder.supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes) The supported IP address types.ServiceDetail.Builder.supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes) The supported IP address types.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceConnectivityTypeModifier and TypeMethodDescriptionServiceConfiguration.Builder.supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes) The supported IP address types.ServiceDetail.Builder.supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes) The supported IP address types.