Uses of Interface
software.amazon.awscdk.integtests.IAwsApiCall
Packages that use IAwsApiCall
-
Uses of IAwsApiCall in software.amazon.awscdk.integtests
Subinterfaces of IAwsApiCall in software.amazon.awscdk.integtestsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAwsApiCall.Classes in software.amazon.awscdk.integtests that implement IAwsApiCallModifier and TypeClassDescriptionclass(experimental) Construct that creates a custom resource that will perform a query using the AWS SDK.static final classA proxy class which represents a concrete javascript instance of this type.class(experimental) An AWS Lambda Invoke function API call.Methods in software.amazon.awscdk.integtests that return IAwsApiCallModifier and TypeMethodDescriptionIDeployAssert.awsApiCall(String service, String api) (experimental) Query AWS using JavaScript SDK V2 API calls.IDeployAssert.awsApiCall(String service, String api, Object parameters) (experimental) Query AWS using JavaScript SDK V2 API calls.default IAwsApiCallIDeployAssert.Jsii$Default.awsApiCall(String service, String api, Object parameters) (experimental) Query AWS using JavaScript SDK V2 API calls.final IAwsApiCallIDeployAssert.Jsii$Proxy.awsApiCall(String service, String api) (experimental) Query AWS using JavaScript SDK V2 API calls.final IAwsApiCallIDeployAssert.Jsii$Proxy.awsApiCall(String service, String api, Object parameters) (experimental) Query AWS using JavaScript SDK V2 API calls.IDeployAssert.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.default IAwsApiCallIDeployAssert.Jsii$Default.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.final IAwsApiCallIDeployAssert.Jsii$Proxy.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.Methods in software.amazon.awscdk.integtests with parameters of type IAwsApiCallModifier and TypeMethodDescriptionstatic ActualResultActualResult.fromAwsApiCall(IAwsApiCall query, String attribute) (experimental) Get the actual results from a AwsApiCall.