| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkSecurityType |
NetworkSecurityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkSecurityType |
NetworkProfileData.securityType()
The security type of the Wi-Fi network.
|
NetworkSecurityType |
CreateNetworkProfileRequest.securityType()
The security type of the Wi-Fi network.
|
NetworkSecurityType |
NetworkProfile.securityType()
The security type of the Wi-Fi network.
|
static NetworkSecurityType |
NetworkSecurityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkSecurityType[] |
NetworkSecurityType.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<NetworkSecurityType> |
NetworkSecurityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileData.Builder |
NetworkProfileData.Builder.securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
NetworkProfile.Builder |
NetworkProfile.Builder.securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
Copyright © 2023. All rights reserved.