Uses of Class
software.amazon.awssdk.services.synthetics.model.ProvisionedResourceCleanupSetting
-
Packages that use ProvisionedResourceCleanupSetting Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ProvisionedResourceCleanupSetting in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ProvisionedResourceCleanupSetting Modifier and Type Method Description static ProvisionedResourceCleanupSettingProvisionedResourceCleanupSetting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProvisionedResourceCleanupSettingCanary. provisionedResourceCleanup()Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.ProvisionedResourceCleanupSettingCreateCanaryRequest. provisionedResourceCleanup()Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.ProvisionedResourceCleanupSettingUpdateCanaryRequest. provisionedResourceCleanup()Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.static ProvisionedResourceCleanupSettingProvisionedResourceCleanupSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisionedResourceCleanupSetting[]ProvisionedResourceCleanupSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ProvisionedResourceCleanupSetting Modifier and Type Method Description static Set<ProvisionedResourceCleanupSetting>ProvisionedResourceCleanupSetting. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type ProvisionedResourceCleanupSetting Modifier and Type Method Description Canary.BuilderCanary.Builder. provisionedResourceCleanup(ProvisionedResourceCleanupSetting provisionedResourceCleanup)Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. provisionedResourceCleanup(ProvisionedResourceCleanupSetting provisionedResourceCleanup)Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. provisionedResourceCleanup(ProvisionedResourceCleanupSetting provisionedResourceCleanup)Specifies whether to also delete the Lambda functions and layers used by this canary when the canary is deleted.
-