Uses of Class
software.amazon.awssdk.services.storagegateway.model.SMBSecurityStrategy
-
Packages that use SMBSecurityStrategy Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of SMBSecurityStrategy in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return SMBSecurityStrategy Modifier and Type Method Description static SMBSecurityStrategySMBSecurityStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SMBSecurityStrategyDescribeSmbSettingsResponse. smbSecurityStrategy()The type of security strategy that was specified for file gateway.SMBSecurityStrategyUpdateSmbSecurityStrategyRequest. smbSecurityStrategy()Specifies the type of security strategy.static SMBSecurityStrategySMBSecurityStrategy. 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.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type SMBSecurityStrategy Modifier and Type Method Description static Set<SMBSecurityStrategy>SMBSecurityStrategy. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type SMBSecurityStrategy Modifier and Type Method Description DescribeSmbSettingsResponse.BuilderDescribeSmbSettingsResponse.Builder. smbSecurityStrategy(SMBSecurityStrategy smbSecurityStrategy)The type of security strategy that was specified for file gateway.UpdateSmbSecurityStrategyRequest.BuilderUpdateSmbSecurityStrategyRequest.Builder. smbSecurityStrategy(SMBSecurityStrategy smbSecurityStrategy)Specifies the type of security strategy.
-