| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static SMBSecurityStrategy |
SMBSecurityStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SMBSecurityStrategy |
UpdateSmbSecurityStrategyRequest.smbSecurityStrategy()
Specifies the type of security strategy.
|
SMBSecurityStrategy |
DescribeSmbSettingsResponse.smbSecurityStrategy()
The type of security strategy that was specified for file gateway.
|
static SMBSecurityStrategy |
SMBSecurityStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMBSecurityStrategy[] |
SMBSecurityStrategy.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<SMBSecurityStrategy> |
SMBSecurityStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSmbSecurityStrategyRequest.Builder |
UpdateSmbSecurityStrategyRequest.Builder.smbSecurityStrategy(SMBSecurityStrategy smbSecurityStrategy)
Specifies the type of security strategy.
|
DescribeSmbSettingsResponse.Builder |
DescribeSmbSettingsResponse.Builder.smbSecurityStrategy(SMBSecurityStrategy smbSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
Copyright © 2023. All rights reserved.