Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceMapping
Packages that use ResourceMapping
-
Uses of ResourceMapping in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceMappingModifier and TypeMethodDescriptionfinal 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 ResourceMappingModifier and TypeMethodDescriptionfinal List<ResourceMapping>CreateStackRefactorRequest.resourceMappings()The mappings for the stack resourceSourceand stack resourceDestination.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceMappingModifier and TypeMethodDescriptionStackRefactorAction.Builder.resourceMapping(ResourceMapping resourceMapping) The mapping for the stack resourceSourceand stack resourceDestination.CreateStackRefactorRequest.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 ResourceMappingModifier and TypeMethodDescriptionCreateStackRefactorRequest.Builder.resourceMappings(Collection<ResourceMapping> resourceMappings) The mappings for the stack resourceSourceand stack resourceDestination.