Uses of Class
software.amazon.awssdk.services.securitylake.model.AwsLogSourceName
-
Packages that use AwsLogSourceName Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of AwsLogSourceName in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return AwsLogSourceName Modifier and Type Method Description static AwsLogSourceNameAwsLogSourceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AwsLogSourceNameAwsLogSourceConfiguration. sourceName()The name for a Amazon Web Services source.AwsLogSourceNameAwsLogSourceResource. sourceName()The name for a Amazon Web Services source.static AwsLogSourceNameAwsLogSourceName. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsLogSourceName[]AwsLogSourceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type AwsLogSourceName Modifier and Type Method Description static Set<AwsLogSourceName>AwsLogSourceName. knownValues()Methods in software.amazon.awssdk.services.securitylake.model with parameters of type AwsLogSourceName Modifier and Type Method Description AwsLogSourceConfiguration.BuilderAwsLogSourceConfiguration.Builder. sourceName(AwsLogSourceName sourceName)The name for a Amazon Web Services source.AwsLogSourceResource.BuilderAwsLogSourceResource.Builder. sourceName(AwsLogSourceName sourceName)The name for a Amazon Web Services source.
-