Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Export.Builder
-
Packages that use Export.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Export.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Export.Builder Modifier and Type Method Description static Export.BuilderExport. builder()Export.BuilderExport.Builder. exportingStackId(String exportingStackId)The stack that contains the exported output name and value.Export.BuilderExport.Builder. name(String name)The name of exported output value.Export.BuilderExport. toBuilder()Export.BuilderExport.Builder. value(String value)The value of the exported output, such as a resource physical ID.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Export.Builder Modifier and Type Method Description static Class<? extends Export.Builder>Export. serializableBuilderClass()
-