Uses of Interface
software.amazon.awscdk.customresources.AwsSdkCall
Packages that use AwsSdkCall
-
Uses of AwsSdkCall in software.amazon.awscdk.customresources
Classes in software.amazon.awscdk.customresources that implement AwsSdkCallMethods in software.amazon.awscdk.customresources that return AwsSdkCallModifier and TypeMethodDescriptionAwsSdkCall.Builder.build()Builds the configured instance.default AwsSdkCallAwsCustomResourceProps.getOnCreate()The AWS SDK call to make when the resource is created.final AwsSdkCallAwsCustomResourceProps.Jsii$Proxy.getOnCreate()default AwsSdkCallAwsCustomResourceProps.getOnDelete()The AWS SDK call to make when the resource is deleted.final AwsSdkCallAwsCustomResourceProps.Jsii$Proxy.getOnDelete()default AwsSdkCallAwsCustomResourceProps.getOnUpdate()The AWS SDK call to make when the resource is updated.final AwsSdkCallAwsCustomResourceProps.Jsii$Proxy.getOnUpdate()Methods in software.amazon.awscdk.customresources with parameters of type AwsSdkCallModifier and TypeMethodDescriptionAwsCustomResource.Builder.onCreate(AwsSdkCall onCreate) The AWS SDK call to make when the resource is created.AwsCustomResourceProps.Builder.onCreate(AwsSdkCall onCreate) Sets the value ofAwsCustomResourceProps.getOnCreate()AwsCustomResource.Builder.onDelete(AwsSdkCall onDelete) The AWS SDK call to make when the resource is deleted.AwsCustomResourceProps.Builder.onDelete(AwsSdkCall onDelete) Sets the value ofAwsCustomResourceProps.getOnDelete()AwsCustomResource.Builder.onUpdate(AwsSdkCall onUpdate) The AWS SDK call to make when the resource is updated.AwsCustomResourceProps.Builder.onUpdate(AwsSdkCall onUpdate) Sets the value ofAwsCustomResourceProps.getOnUpdate()