Uses of Interface
software.amazon.awscdk.services.apigateway.CfnRestApi.S3LocationProperty
Packages that use CfnRestApi.S3LocationProperty
-
Uses of CfnRestApi.S3LocationProperty in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement CfnRestApi.S3LocationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnRestApi.S3LocationPropertyMethods in software.amazon.awscdk.services.apigateway that return CfnRestApi.S3LocationPropertyModifier and TypeMethodDescriptionCfnRestApi.S3LocationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigateway with parameters of type CfnRestApi.S3LocationPropertyModifier and TypeMethodDescriptionCfnRestApi.Builder.bodyS3Location(CfnRestApi.S3LocationProperty bodyS3Location) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.CfnRestApiProps.Builder.bodyS3Location(CfnRestApi.S3LocationProperty bodyS3Location) Sets the value ofCfnRestApiProps.getBodyS3Location()voidCfnRestApi.setBodyS3Location(CfnRestApi.S3LocationProperty value) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.