Uses of Class
software.amazon.awssdk.services.lambda.model.TenantIsolationMode
-
Packages that use TenantIsolationMode Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of TenantIsolationMode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return TenantIsolationMode Modifier and Type Method Description static TenantIsolationModeTenantIsolationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TenantIsolationModeTenancyConfig. tenantIsolationMode()Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.static TenantIsolationModeTenantIsolationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantIsolationMode[]TenantIsolationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type TenantIsolationMode Modifier and Type Method Description static Set<TenantIsolationMode>TenantIsolationMode. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type TenantIsolationMode Modifier and Type Method Description TenancyConfig.BuilderTenancyConfig.Builder. tenantIsolationMode(TenantIsolationMode tenantIsolationMode)Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
-