Uses of Enum
software.amazon.awssdk.services.lambda.model.TenantIsolationMode
Packages that use TenantIsolationMode
-
Uses of TenantIsolationMode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return TenantIsolationModeModifier and TypeMethodDescriptionstatic TenantIsolationModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TenantIsolationModeTenancyConfig.tenantIsolationMode()Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.static TenantIsolationModeReturns 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 TenantIsolationModeModifier and TypeMethodDescriptionstatic Set<TenantIsolationMode>TenantIsolationMode.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type TenantIsolationModeModifier and TypeMethodDescriptionTenancyConfig.Builder.tenantIsolationMode(TenantIsolationMode tenantIsolationMode) Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.