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 AwsSdkCall
AwsCustomResourceProps.getOnCreate()
The AWS SDK call to make when the resource is created.final AwsSdkCall
AwsCustomResourceProps.Jsii$Proxy.getOnCreate()
default AwsSdkCall
AwsCustomResourceProps.getOnDelete()
The AWS SDK call to make when the resource is deleted.final AwsSdkCall
AwsCustomResourceProps.Jsii$Proxy.getOnDelete()
default AwsSdkCall
AwsCustomResourceProps.getOnUpdate()
The AWS SDK call to make when the resource is updated.final AwsSdkCall
AwsCustomResourceProps.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()