Uses of Interface
software.aws.awsprototypingsdk.openapigateway.SmithyPlugin
-
-
Uses of SmithyPlugin in software.aws.awsprototypingsdk.openapigateway
Classes in software.aws.awsprototypingsdk.openapigateway that implement SmithyPlugin Modifier and Type Class Description static classSmithyPlugin.Jsii$ProxyAn implementation forSmithyPluginMethods in software.aws.awsprototypingsdk.openapigateway that return SmithyPlugin Modifier and Type Method Description SmithyPluginSmithyPlugin.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type SmithyPlugin Modifier and Type Method Description Map<String,SmithyPlugin>SmithyBuildOptions.Jsii$Proxy. getPlugins()default Map<String,SmithyPlugin>SmithyCommon. getPlugins()(experimental) Plugins keyed by plugin id.Map<String,SmithyPlugin>SmithyCommon.Jsii$Proxy. getPlugins()Map<String,SmithyPlugin>SmithyProjection.Jsii$Proxy. getPlugins()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type SmithyPlugin Modifier and Type Method Description SmithyBuildOptions.BuilderSmithyBuildOptions.Builder. plugins(Map<String,? extends SmithyPlugin> plugins)Sets the value ofSmithyCommon.getPlugins()SmithyCommon.BuilderSmithyCommon.Builder. plugins(Map<String,? extends SmithyPlugin> plugins)Sets the value ofSmithyCommon.getPlugins()SmithyProjection.BuilderSmithyProjection.Builder. plugins(Map<String,? extends SmithyPlugin> plugins)Sets the value ofSmithyCommon.getPlugins()
-