Uses of Class
software.amazon.awscdk.services.apigateway.Resource
-
Uses of Resource in software.amazon.awscdk.services.apigateway
Modifier and TypeClassDescriptionclass
Defines a {proxy+} greedy resource and an ANY method on a route.Modifier and TypeMethodDescriptionIResource.addResource
(String pathPart) Defines a new child resource where this resource is the parent.IResource.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.default Resource
IResource.Jsii$Default.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.final Resource
IResource.Jsii$Proxy.addResource
(String pathPart) Defines a new child resource where this resource is the parent.final Resource
IResource.Jsii$Proxy.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.ResourceBase.addResource
(String pathPart) Defines a new child resource where this resource is the parent.ResourceBase.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.Resource.Builder.build()
default Resource
IResource.Jsii$Default.resourceForPath
(String path) Gets or create all resources leading up to the specified path.final Resource
IResource.Jsii$Proxy.resourceForPath
(String path) Gets or create all resources leading up to the specified path.IResource.resourceForPath
(String path) Gets or create all resources leading up to the specified path.ResourceBase.resourceForPath
(String path) Gets or create all resources leading up to the specified path.