Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceMapping
-
Packages that use ResourceMapping Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceMapping in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceMapping Modifier and Type Method Description ResourceMappingStackRefactorAction. resourceMapping()The mapping for the stack resourceSourceand stack resourceDestination.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceMapping Modifier and Type Method Description List<ResourceMapping>CreateStackRefactorRequest. resourceMappings()The mappings for the stack resourceSourceand stack resourceDestination.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceMapping Modifier and Type Method Description StackRefactorAction.BuilderStackRefactorAction.Builder. resourceMapping(ResourceMapping resourceMapping)The mapping for the stack resourceSourceand stack resourceDestination.CreateStackRefactorRequest.BuilderCreateStackRefactorRequest.Builder. resourceMappings(ResourceMapping... resourceMappings)The mappings for the stack resourceSourceand stack resourceDestination.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceMapping Modifier and Type Method Description CreateStackRefactorRequest.BuilderCreateStackRefactorRequest.Builder. resourceMappings(Collection<ResourceMapping> resourceMappings)The mappings for the stack resourceSourceand stack resourceDestination.
-