| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceConnectivityType |
ServiceConnectivityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceConnectivityType |
ServiceConnectivityType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServiceConnectivityType> |
ServiceConnectivityType.knownValues()
|
List<ServiceConnectivityType> |
ServiceConfiguration.supportedIpAddressTypes()
The supported IP address types.
|
List<ServiceConnectivityType> |
ServiceDetail.supportedIpAddressTypes()
The supported IP address types.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration.Builder |
ServiceConfiguration.Builder.supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes)
The supported IP address types.
|
ServiceDetail.Builder |
ServiceDetail.Builder.supportedIpAddressTypes(ServiceConnectivityType... supportedIpAddressTypes)
The supported IP address types.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration.Builder |
ServiceConfiguration.Builder.supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes)
The supported IP address types.
|
ServiceDetail.Builder |
ServiceDetail.Builder.supportedIpAddressTypes(Collection<ServiceConnectivityType> supportedIpAddressTypes)
The supported IP address types.
|
Copyright © 2022. All rights reserved.