@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.170Z") @Stability(value=Stable) public class InlineApiDefinition extends ApiDefinition
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigateway.*; Object definition; InlineApiDefinition inlineApiDefinition = new InlineApiDefinition(definition);
| Modifier | Constructor and Description |
|---|---|
protected |
InlineApiDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InlineApiDefinition(software.amazon.jsii.JsiiObjectRef objRef) |
|
InlineApiDefinition(Object definition) |
| Modifier and Type | Method and Description |
|---|---|
ApiDefinitionConfig |
bind(software.constructs.Construct _scope)
Called when the specification is initialized to allow this object to bind to the stack, add resources and have fun.
|
bindAfterCreate, fromAsset, fromAsset, fromBucket, fromBucket, fromInlinejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected InlineApiDefinition(software.amazon.jsii.JsiiObjectRef objRef)
protected InlineApiDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public InlineApiDefinition(@NotNull
Object definition)
definition - This parameter is required.@Stability(value=Stable) @NotNull public ApiDefinitionConfig bind(@NotNull software.constructs.Construct _scope)
bind in class ApiDefinition_scope - This parameter is required.Copyright © 2022. All rights reserved.