Uses of Interface
software.amazon.awscdk.integtests.alpha.IApiCall
Packages that use IApiCall
-
Uses of IApiCall in software.amazon.awscdk.integtests.alpha
Subinterfaces of IApiCall in software.amazon.awscdk.integtests.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiCall.Classes in software.amazon.awscdk.integtests.alpha that implement IApiCallModifier and TypeClassDescriptionclass(experimental) Base class for an ApiCall.class(experimental) Construct that creates a custom resource that will perform a query using the AWS SDK.class(experimental) Construct that creates a custom resource that will perform an HTTP API Call.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.alpha that return IApiCallModifier and TypeMethodDescriptionabstract IApiCallApiCallBase.assertAtPath(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.AwsApiCall.assertAtPath(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.HttpApiCall.assertAtPath(String _path, ExpectedResult _expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.IApiCall.assertAtPath(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.default IApiCallIApiCall.Jsii$Default.assertAtPath(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.final IApiCallIApiCall.Jsii$Proxy.assertAtPath(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.IDeployAssert.awsApiCall(String service, String api) (experimental) Query AWS using JavaScript SDK API calls.IDeployAssert.awsApiCall(String service, String api, Object parameters) (experimental) Query AWS using JavaScript SDK API calls.(experimental) Query AWS using JavaScript SDK API calls.default IApiCallIDeployAssert.Jsii$Default.awsApiCall(String service, String api, Object parameters, List<String> outputPaths) (experimental) Query AWS using JavaScript SDK API calls.final IApiCallIDeployAssert.Jsii$Proxy.awsApiCall(String service, String api) (experimental) Query AWS using JavaScript SDK API calls.final IApiCallIDeployAssert.Jsii$Proxy.awsApiCall(String service, String api, Object parameters) (experimental) Query AWS using JavaScript SDK API calls.final IApiCallIDeployAssert.Jsii$Proxy.awsApiCall(String service, String api, Object parameters, List<String> outputPaths) (experimental) Query AWS using JavaScript SDK API calls.ApiCallBase.expect(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.IApiCall.expect(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.default IApiCallIApiCall.Jsii$Default.expect(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.final IApiCallIApiCall.Jsii$Proxy.expect(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.IDeployAssert.httpApiCall(String url) (experimental) Make an HTTP call to the provided endpoint.IDeployAssert.httpApiCall(String url, FetchOptions options) (experimental) Make an HTTP call to the provided endpoint.default IApiCallIDeployAssert.Jsii$Default.httpApiCall(String url, FetchOptions options) (experimental) Make an HTTP call to the provided endpoint.final IApiCallIDeployAssert.Jsii$Proxy.httpApiCall(String url) (experimental) Make an HTTP call to the provided endpoint.final IApiCallIDeployAssert.Jsii$Proxy.httpApiCall(String url, FetchOptions options) (experimental) Make an HTTP call to the provided endpoint.IDeployAssert.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.default IApiCallIDeployAssert.Jsii$Default.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.final IApiCallIDeployAssert.Jsii$Proxy.invokeFunction(LambdaInvokeFunctionProps props) (experimental) Invoke a lambda function and return the response which can be asserted.(experimental) Allows you to chain IApiCalls.default IApiCall(experimental) Allows you to chain IApiCalls.final IApiCall(experimental) Allows you to chain IApiCalls.(experimental) Allows you to chain IApiCalls.abstract IApiCallApiCallBase.waitForAssertions()(experimental) Wait for the IApiCall to return the expected response.abstract IApiCallApiCallBase.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.AwsApiCall.waitForAssertions()(experimental) Wait for the IApiCall to return the expected response.AwsApiCall.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.HttpApiCall.waitForAssertions()(experimental) Wait for the IApiCall to return the expected response.HttpApiCall.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.default IApiCallIApiCall.Jsii$Default.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.final IApiCallIApiCall.Jsii$Proxy.waitForAssertions()(experimental) Wait for the IApiCall to return the expected response.final IApiCallIApiCall.Jsii$Proxy.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.IApiCall.waitForAssertions()(experimental) Wait for the IApiCall to return the expected response.IApiCall.waitForAssertions(WaiterStateMachineOptions options) (experimental) Wait for the IApiCall to return the expected response.Methods in software.amazon.awscdk.integtests.alpha with parameters of type IApiCallModifier and TypeMethodDescriptionstatic ActualResultActualResult.fromAwsApiCall(IApiCall query, String attribute) (experimental) Get the actual results from a AwsApiCall.(experimental) Allows you to chain IApiCalls.default IApiCall(experimental) Allows you to chain IApiCalls.final IApiCall(experimental) Allows you to chain IApiCalls.(experimental) Allows you to chain IApiCalls.