Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceLocation
-
Packages that use ResourceLocation Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceLocation in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceLocation Modifier and Type Method Description ResourceLocationResourceMapping. destination()The destination stackStackNameandLogicalResourceIdfor the resource being refactored.ResourceLocationResourceMapping. source()The source stackStackNameandLogicalResourceIdfor the resource being refactored.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceLocation Modifier and Type Method Description ResourceMapping.BuilderResourceMapping.Builder. destination(ResourceLocation destination)The destination stackStackNameandLogicalResourceIdfor the resource being refactored.ResourceMapping.BuilderResourceMapping.Builder. source(ResourceLocation source)The source stackStackNameandLogicalResourceIdfor the resource being refactored.
-